mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: granatier: Update to 25.08.1.
* gnu/packages/kde-games.scm (granatier): Update to 25.08.1. [inputs]: Add kiconthemes. Change-Id: I6b9015e6e71372f1b11c76409585d28da77b0d0a
This commit is contained in:
parent
1ce1dfb223
commit
21b9ac33b7
1 changed files with 3 additions and 2 deletions
|
@ -976,6 +976,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtdeclarative))
|
qtdeclarative))
|
||||||
|
@ -1001,14 +1002,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public granatier
|
(define-public granatier
|
||||||
(package
|
(package
|
||||||
(name "granatier")
|
(name "granatier")
|
||||||
(version "25.04.0")
|
(version "25.08.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/granatier-" version ".tar.xz"))
|
"/src/granatier-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1k8j498gwkf0pg92jy22jmk6gcjxf88snbgvbvxic46xgv07n6vg"))))
|
(base32 "11k70q4xvcdmcwwk17r9xfp46y9jnig6xbyh4wjcr7iykbpl4fy6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue