summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:32:01 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:18 +0200
commit491a6e48678ad9005dac84ce6631e85a1beb3c04 (patch)
treeb054a79096e6d55993f4079da94a51a528b7a31d /gnu
parent2129bf0c60edb7e0610691472bdb0633dd6040da (diff)
downloadguix-491a6e48678ad9005dac84ce6631e85a1beb3c04.tar.gz
gnu: bovo: Update to 20.12.0.
* gnu/packages/games.scm (bovo): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2e32e56025..9c4c095201 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11091,14 +11091,14 @@ This package is part of the KDE games module.")
 (define-public bovo
   (package
     (name "bovo")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://kde/stable/applications/" version
+       (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/bovo-" version ".tar.xz"))
        (sha256
-        (base32 "0dbpng0w52nahmx7brsll66zw23ql1g6pcvn2k4g2lnvxch0i59g"))))
+        (base32 "18qbac366m0xma3ary11q9zxz0wgnysppcl7kpypl6ic3nf61wqz"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)