mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kblocks: Update to 23.04.3.
* gnu/packages/kde-games.scm (kblocks): Update to 23.04.3.
This commit is contained in:
parent
76a5d0e8bd
commit
782aa9c1cf
1 changed files with 2 additions and 2 deletions
|
@ -497,14 +497,14 @@ (define-public kbounce
|
|||
(define-public kblocks
|
||||
(package
|
||||
(name "kblocks")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kblocks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "18hdzkwv8lscm9xsi0d99pq219y0m9bqdqv3k15g7gz0sryxvyva"))))
|
||||
(base32 "1z5f2zpnmfh05vlmjw85jj2d0sfxl5w1kg30ky6gmgmmfzj2sjzx"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue