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

gnu/packages/games.scm

index 6a70837..29dafaf 100644 (file)
@@ -10934,14 +10934,14 @@ This package is part of the KDE games module.")
 (define-public kubrick
   (package
     (name "kubrick")
-    (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/kubrick-" version ".tar.xz"))
        (sha256
-        (base32 "0ma8wja4rqlsmsr8cyicfpkwlgqva4450ls4c0ql53p0kabf04gx"))))
+        (base32 "0h3mypwd67sss08j5vvrih5f5ss85m9kax6412y40xmsm51lz2pq"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)