guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 446284269881b13259fa569d2ddc82a54c6cd734
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:59 2026 +0530
gnu: bovo: Update to 25.12.2.
* gnu/packages/kde-games.scm (bovo): Update to 25.12.2.
Change-Id: I283fdff995f18ef31a9ccfd220c888aa99b36426
---
gnu/packages/kde-games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 63dc6db9bf..578c941df4 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -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))