mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libkdegames: Update to 25.08.1.
* gnu/packages/kde-games.scm (libkdegames): Update to 25.08.1. Change-Id: Ie36cb67740804699dddc343f5d127b29608d0e2c
This commit is contained in:
parent
ba51df44a0
commit
6b174324fd
1 changed files with 2 additions and 2 deletions
|
@ -49,14 +49,14 @@
|
||||||
(define-public libkdegames
|
(define-public libkdegames
|
||||||
(package
|
(package
|
||||||
(name "libkdegames")
|
(name "libkdegames")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/libkdegames-" version ".tar.xz"))
|
"/src/libkdegames-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zq481x2l6sqilw5ialacp3cksvw58syxz9dkk3yha0vfjp1p8k9"))))
|
(base32 "0fp84nkjzf4m2r2gfp8i45xw9bv1mqxzbwn0ghawb4ah3jajyasl"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue