gnu: kmahjongg: Update to 20.12.0.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 30 Dec 2020 07:59:37 +0000 (09:59 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 30 Dec 2020 08:41:15 +0000 (10:41 +0200)
* gnu/packages/games.scm (kmahjongg): Update to 20.12.0.
[source]: Download from new upstream URI.

gnu/packages/games.scm

index 57946e6..8a48a47 100644 (file)
@@ -10031,14 +10031,14 @@ other Mah Jongg like games.")
 (define-public kmahjongg
   (package
     (name "kmahjongg")
-    (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/kmahjongg-" version ".tar.xz"))
       (sha256
-       (base32 "08na845h0nhmfrszdmvfq5y1dy7kgbrlzjp0f5snvbbf7w44ci6p"))))
+       (base32 "1fcj4jb2zzbaxp7cp04w36y0c7lh77yzin66fmvrcxkl11xi2wwd"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)