guix-commits
[Top][All Lists]
Advanced

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

05/26: gnu: kajongg: Update to 20.12.0.


From: guix-commits
Subject: 05/26: gnu: kajongg: 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 01497efa84bd12109c37c03ef1d73adc080dddf3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:00:49 2020 +0200

    gnu: kajongg: Update to 20.12.0.
    
    * gnu/packages/games.scm (kajongg): 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 4ef572c..5ae5c76 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10110,14 +10110,14 @@ This package is part of the KDE games module.")
 (define-public kajongg
   (package
     (name "kajongg")
-    (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/kajongg-" version ".tar.xz"))
       (sha256
-       (base32 "0ql6p5zifdpdf65r7ki9ml123azpwwk9x3x8r9ij6xhjnf7p7x6w"))))
+       (base32 "03fdbnx7zx7vgcxvwd1h1098ks9gq162bwz35fhpyzpynr667m5r"))))
     (build-system qt-build-system)
     (arguments
      `(#:phases



reply via email to

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