mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gwenview: Update to 24.12.1.
* gnu/packages/kde.scm (gwenview): Update to 24.12.1. [inputs]: Add kcrash. Change-Id: I208f151b97fb32c47f416474b21f452b6496fab6
This commit is contained in:
parent
8d4e3ab874
commit
b8165760d1
1 changed files with 7 additions and 6 deletions
|
@ -267,14 +267,14 @@ browser for easy news reading.")
|
||||||
(define-public gwenview
|
(define-public gwenview
|
||||||
(package
|
(package
|
||||||
(name "gwenview")
|
(name "gwenview")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/gwenview-" version ".tar.xz"))
|
"/src/gwenview-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ybsra2c5dhagd8w81sccz3d9rfsj2mdnwrc4jcnkffjjk4ys09g"))))
|
(base32 "08s5ksqqwj6d46drkvl8ka9c2lp62z3j5vhg65d762s6xnnd5a19"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
@ -302,6 +302,7 @@ browser for easy news reading.")
|
||||||
exiv2
|
exiv2
|
||||||
plasma-activities
|
plasma-activities
|
||||||
kcolorpicker
|
kcolorpicker
|
||||||
|
kcrash
|
||||||
kguiaddons
|
kguiaddons
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue