1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: bovo: Update to 24.12.3.

* gnu/packages/kde-games.scm (bovo): Update to 24.12.3.

Change-Id: I8ff9bda8b8997e20831de1b8e8217e6c06555321
This commit is contained in:
Zheng Junjie 2025-03-08 13:20:19 +08:00
parent e1d49cf205
commit 9af15b2f44
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1300,14 +1300,14 @@ This package is part of the KDE games module.")
(define-public bovo
(package
(name "bovo")
(version "24.12.1")
(version "24.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bovo-" version ".tar.xz"))
(sha256
(base32 "1bxbcxv4fggm5cm4xk06xmg7n670xd4lxcazbhwb8bcz23lmggjp"))))
(base32 "1fy4jpawzlkrqsyyi8m6jn7kisha5nnl8q6fhmwx0lyv033j5d4m"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))