guix-commits
[Top][All Lists]
Advanced

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

03/26: gnu: kmahjongg: Update to 20.12.0.


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

efraim pushed a commit to branch master
in repository guix.

commit 7daf6bcbfcefa756843a744004c36fb61372f626
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 09:59:37 2020 +0200

    gnu: kmahjongg: Update to 20.12.0.
    
    * gnu/packages/games.scm (kmahjongg): 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 57946e6..8a48a47 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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)



reply via email to

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