mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: gwenview: Update to 25.12.0.
* gnu/packages/kde-graphics.scm (gwenview): Update to 25.12.0. Change-Id: Ie4c01970b0bf0454bf6962a13bbda6baff0180a5
This commit is contained in:
parent
08aa33f4a2
commit
6a09786822
1 changed files with 2 additions and 2 deletions
|
|
@ -276,14 +276,14 @@ settings and rules that process and organize imported items on-the-fly.")
|
|||
(define-public gwenview
|
||||
(package
|
||||
(name "gwenview")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/gwenview-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "18gcfr57kzlwd5jjxkvi7xhpzlh7vpyx50jz6p794gpf80nw8010"))))
|
||||
(base32 "137p1d0j67l3bnglglljjicxsj9hs62vh005mp48bwsyiib8lcng"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue