mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kubrick: Update to 25.08.1.
* gnu/packages/kde-games.scm (kubrick): Update to 25.08.1. Change-Id: I2cf983bb66f15d1f65e88f06aa3de36aa083ddd9
This commit is contained in:
parent
54ef10659a
commit
e6afe9ca0b
1 changed files with 2 additions and 2 deletions
|
@ -1248,14 +1248,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kubrick
|
(define-public kubrick
|
||||||
(package
|
(package
|
||||||
(name "kubrick")
|
(name "kubrick")
|
||||||
(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/kubrick-" version ".tar.xz"))
|
"/src/kubrick-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1adysq3kfi70f60gj3b2g82b3p30y5sla1q87fmljvgfyb0zxyn5"))))
|
(base32 "109kklsv7rnhg4xrdnj51hmw6gmvhyi4cds42l20vkwkkchmbgfv"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue