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

gnu/packages/games.scm

index 5ae5c76..565227b 100644 (file)
@@ -10161,14 +10161,14 @@ This package is part of the KDE games module.")
 (define-public kbreakout
   (package
     (name "kbreakout")
-    (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/kbreakout-" version ".tar.xz"))
       (sha256
-       (base32 "0gwzx1z9mxrjlcjzglg8cxkyd6900whcar3b5j9laxxarc6xhj8w"))))
+       (base32 "0kqj2cx0ny3qq65c6w5fpnzmrwl9irg8slzvpd3anck5cnvma3j4"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)