mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: libkdegames: Update to 24.12.3.
* gnu/packages/kde.scm (libkdegames): Update to 24.12.3. Change-Id: I9ad4fce8c823dd129b05a121cfbed7788dd4dbef
This commit is contained in:
parent
470a98f46f
commit
983bd91adb
1 changed files with 2 additions and 2 deletions
|
|
@ -1784,14 +1784,14 @@ Python, PHP, and Perl.")
|
|||
(define-public libkdegames
|
||||
(package
|
||||
(name "libkdegames")
|
||||
(version "24.12.1")
|
||||
(version "24.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libkdegames-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0y7y883bd9f2w9dq5l9r8jsi6hrk0fddaj9w7y1g9zk4rfkmm13y"))))
|
||||
(base32 "1r82gid4wpp70517zc0d5pbnm904c28iwd1sj1p4f3j5j2jxah6n"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue