summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 09:59:37 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:15 +0200
commit7daf6bcbfcefa756843a744004c36fb61372f626 (patch)
tree415b3afedbfa5f57b944f35ab71270ef07248b3a /gnu/packages/games.scm
parent4cd1fac51ffd3098e606dba78df3186497a5d09c (diff)
downloadguix-patches-7daf6bcbfcefa756843a744004c36fb61372f626.tar
guix-patches-7daf6bcbfcefa756843a744004c36fb61372f626.tar.gz
gnu: kmahjongg: Update to 20.12.0.
* gnu/packages/games.scm (kmahjongg): Update to 20.12.0. [source]: Download from new upstream URI.
Diffstat (limited to 'gnu/packages/games.scm')
-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 57946e6292..8a48a474e2 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)