summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:17:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:16 +0200
commit656cc0839893ddb241fc472d945774a9f64f7c2c (patch)
treeceb4102f57841cd582273efb8d21a1358d54a253 /gnu
parente9d0f4ad396e0da03b1a67283761db156be3d363 (diff)
downloadguix-656cc0839893ddb241fc472d945774a9f64f7c2c.tar.gz
gnu: ksudoku: Update to 20.12.0.
* gnu/packages/games.scm (ksudoku): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu')
-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 53b8d921cb..7190d3ca93 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10357,14 +10357,14 @@ This package is part of the KDE games module.")
 (define-public ksudoku
   (package
     (name "ksudoku")
-    (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/ksudoku-" version ".tar.xz"))
       (sha256
-       (base32 "0rcscz91hilm7l3am5w02n0n8l7xhi4l0n4sskznh68kblw0ggw2"))))
+       (base32 "0pj6ry7ak1rnpb93mqypaxrcbmrhwg9ir6zhb3ybzfkfcrh67g12"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)