mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: kdiamond: Update to 23.04.3.
* gnu/packages/kde-games.scm (kdiamond): Update to 23.04.3.
This commit is contained in:
parent
06d17a8f5b
commit
ce04d6e2a2
1 changed files with 2 additions and 2 deletions
|
@ -680,14 +680,14 @@ (define-public kgoldrunner
|
|||
(define-public kdiamond
|
||||
(package
|
||||
(name "kdiamond")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kdiamond-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ca1hxzzvpwm3ms9m0xd7x4r011n7bjlsc4l333q0xjy5vwlrz3s"))))
|
||||
(base32 "038lpp387m45zcy49rgmisiz5ajrvxwxnf424wllrjkihxy1siyn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue