guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b25337db03e60e7e27b8dc8abff5e3588016d2fb
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:23 2025 +0530
gnu: bovo: Update to 25.12.0.
* gnu/packages/kde-games.scm (bovo): Update to 25.12.0.
Change-Id: Iae5707a8f4df7b36ad79014e3e036dad2b955e34
---
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 cc7c1ed33e..682fa195a5 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.08.3")
+ (version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bovo-" version ".tar.xz"))
(sha256
- (base32 "1rndf5aiikay930s0zrfp986pvhmwsz0x80cjs0cgpp1gj2j9rnz"))))
+ (base32 "16r70bhpihy9fzwkc31sy4sqibv1g4mpsi2hb44raqljp9gdinvn"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))