mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kblocks: Update to 25.04.0.
* gnu/packages/kde-games.scm (kblocks): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: Ic0e99f9a29898f829b0c848b204c061c0d686e62
This commit is contained in:
parent
a93ade8183
commit
c415fbc0ab
1 changed files with 3 additions and 2 deletions
|
@ -533,14 +533,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kblocks
|
(define-public kblocks
|
||||||
(package
|
(package
|
||||||
(name "kblocks")
|
(name "kblocks")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kblocks-" version ".tar.xz"))
|
version "/src/kblocks-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11spx4wq8bz2r00xrr36ipq4g5mw7hf8my4ax2armgqjx0sldjyq"))))
|
(base32 "0naipskix96gdigwhadnnz6mkcxkh7sjyvakigmkfdkac4fpd90c"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -553,6 +553,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue