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.08.3.

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

Change-Id: Id093968848253a0554f4d17aa08d9aaf24838b94
This commit is contained in:
Sughosha
2025-11-09 10:09:39 +05:30
committed by Andreas Enge
parent 769068d70c
commit 05e519b9fa

View File

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