summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:00:49 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:16 +0200
commit01497efa84bd12109c37c03ef1d73adc080dddf3 (patch)
tree64b591f7969e1e4d7015c1759e74c6bfc6882d31
parent455f9ec4a0c538d6f4f03500915d7ca74c8bbc00 (diff)
downloadguix-01497efa84bd12109c37c03ef1d73adc080dddf3.tar.gz
gnu: kajongg: Update to 20.12.0.
* gnu/packages/games.scm (kajongg): Update to 20.12.0.
[source]: Download from new upstream URI.
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4ef572ce55..5ae5c76b61 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