mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: grantleetheme: Update to 22.08.1.
* gnu/packages/kde.scm (grantleetheme): Update to 22.08.1. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
6d5d7902c2
commit
b776efe1e4
1 changed files with 2 additions and 2 deletions
|
@ -123,14 +123,14 @@ This package contains GUI widgets for baloo.")
|
||||||
(define-public grantleetheme
|
(define-public grantleetheme
|
||||||
(package
|
(package
|
||||||
(name "grantleetheme")
|
(name "grantleetheme")
|
||||||
(version "22.04.3")
|
(version "22.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/grantleetheme-" version ".tar.xz"))
|
"/src/grantleetheme-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "50c6s1g3vp5sdhpiciz1j6rsryld7hcc6lvmxdlsvms2bbcmnj7l"))))
|
(base32 "01ls16x6ngi43lcwffav9qig3afakrs04v4wvyfb8lm7sd65hgf9"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments `(#:tests? #f)) ; unexpected error in the test suite.
|
(arguments `(#:tests? #f)) ; unexpected error in the test suite.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue