guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/26: gnu: kjumpingcube: Update to 20.12.0.


From: guix-commits
Subject: 26/26: gnu: kjumpingcube: Update to 20.12.0.
Date: Wed, 30 Dec 2020 03:42:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4303e33c8636d9c3bfe03758f25636efa9674af9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:39:03 2020 +0200

    gnu: kjumpingcube: Update to 20.12.0.
    
    * gnu/packages/games.scm (kjumpingcube): Update to 20.12.0.
    [source]: Download from new upstream URI.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4db8ebe..d1a076e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11368,14 +11368,14 @@ This package is part of the KDE games module.")
 (define-public kjumpingcube
   (package
     (name "kjumpingcube")
-    (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/kjumpingcube-" version ".tar.xz"))
       (sha256
-       (base32 "0d67zqkf2xffjkj671gl2n6nj6jajyn6rgqqj5i6gm500mqi9rm1"))))
+       (base32 "1mk73il4jh15z5pm3fp65hsyvmrga11c3h7w96yamy2n2bbniapq"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]