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