gnu: kbounce: Update to 20.12.0.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 30 Dec 2020 08:15:57 +0000 (10:15 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 30 Dec 2020 08:41:16 +0000 (10:41 +0200)
* gnu/packages/games.scm (kbounce): Update to 20.12.0.
[source]: Download from new upstream URI.

gnu/packages/games.scm

index b690b2d..53b8d92 100644 (file)
@@ -10277,14 +10277,14 @@ This package is part of the KDE games module.")
 (define-public kbounce
   (package
     (name "kbounce")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://kde/stable/applications/"
+      (uri (string-append "mirror://kde/stable/release-service/"
                           version "/src/kbounce-" version ".tar.xz"))
       (sha256
-       (base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11"))))
+       (base32 "0ymy0z1qlw3n653xs3dsa1xm78q4xaj09dnnci4km77rzis26vb6"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)