mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kdiamond: Update to 25.12.0.
* gnu/packages/kde-games.scm (kdiamond): Update to 25.12.0. Change-Id: If914eed9b91840a9b15a80a8e5aaf5f9de4be9e2
This commit is contained in:
parent
05b71a5904
commit
bd6e97d94a
1 changed files with 2 additions and 2 deletions
|
|
@ -882,14 +882,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kdiamond
|
||||
(package
|
||||
(name "kdiamond")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kdiamond-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0m9p5fw1436y0q4lpq2s4ih2w03qhl1xnix35r4y6nx0jnyls97a"))))
|
||||
(base32 "1sqra4i1rfzml0vk15390rjvksgvym4v3jwzx5v8z81z3ak9igva"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue