1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: bovo: Update to 25.12.2.

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

Change-Id: I283fdff995f18ef31a9ccfd220c888aa99b36426
This commit is contained in:
Sughosha
2026-02-08 23:58:59 +05:30
committed by Andreas Enge
parent 58baa2bd20
commit ebc7f71f67

View File

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