guix-commits
[Top][All Lists]
Advanced

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

15/26: gnu: granatier: Update to 20.12.0.


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

efraim pushed a commit to branch master
in repository guix.

commit 2c876ee0f14a3efda20c75edf64e6dcf12436ea7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:24:03 2020 +0200

    gnu: granatier: Update to 20.12.0.
    
    * gnu/packages/games.scm (granatier): 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 45ecfdb..7f2be50 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10706,14 +10706,14 @@ This package is part of the KDE games module.")
 (define-public granatier
   (package
     (name "granatier")
-    (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/granatier-" version ".tar.xz"))
       (sha256
-       (base32 "141qmdinz7ikbbrs8dq6cap3nl22sl7pw62r80pf3xxwn2q4phpa"))))
+       (base32 "1fyh7zyacb3pnlfd29jw2jmyl8a7sjw354pi234nd5x5999xw5z6"))))
     (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]