mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: bovo: Update to 23.04.3.
* gnu/packages/kde-games.scm (bovo): Update to 23.04.3.
This commit is contained in:
parent
3a975a52d4
commit
c3900978bc
1 changed files with 2 additions and 2 deletions
|
@ -1254,14 +1254,14 @@ (define-public kspaceduel
|
||||||
(define-public bovo
|
(define-public bovo
|
||||||
(package
|
(package
|
||||||
(name "bovo")
|
(name "bovo")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/bovo-" version ".tar.xz"))
|
"/src/bovo-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yz4x7fmllmp57yxfipqkldgf38haldah81d2qmc5jlahvy3j23p"))))
|
(base32 "1zds6d4rmcf4sa2sfhyp1i5n7s7cgslikvbra4pz2kpi0hmvihi1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Reference in a new issue