guix-commits
[Top][All Lists]
Advanced

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

04/26: gnu: kshisen: Update to 20.12.0.


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

efraim pushed a commit to branch master
in repository guix.

commit 455f9ec4a0c538d6f4f03500915d7ca74c8bbc00
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:00:06 2020 +0200

    gnu: kshisen: Update to 20.12.0.
    
    * gnu/packages/games.scm (kshisen): 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 8a48a47..4ef572c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10071,14 +10071,14 @@ This package is part of the KDE games module.")
 (define-public kshisen
   (package
     (name "kshisen")
-    (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/kshisen-" version ".tar.xz"))
       (sha256
-       (base32 "1bq5m48af4h5apfp3bfsp76nlpv6h5sc0gd544zv7cgpfznz1sds"))))
+       (base32 "1hrwr0f1kidivsp8lnwdbqz3xxagjvjwh72r3gma8smfilybygfb"))))
     (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]