diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-07-29 10:53:19 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-03 17:38:10 +0800 |
commit | a3adaa14b5d31a5549031734cbb05693857c70ea (patch) | |
tree | 9be2cb892f34b17bf284e4ae30826d9386a16b83 | |
parent | b2a0bf7c2d7532cf491e019d36ae6faf8669b6f3 (diff) |
gnu: kmahjongg: Update to 23.04.3.
* gnu/packages/kde-games.scm (kmahjongg): Update to 23.04.3.
-rw-r--r-- | gnu/packages/kde-games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index a136648cdb..0e4dcd635d 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -205,14 +205,14 @@ other Mah Jongg like games.") (define-public kmahjongg (package (name "kmahjongg") - (version "22.04.3") + (version "23.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kmahjongg-" version ".tar.xz")) (sha256 - (base32 "0lvia7ghnp8wx2xndzipv8grdsdn3i96xlsy6wspna1k884x8ylw")))) + (base32 "1q2aq8y3c4a84rjvqk4gz6mlyflfnzw6im68p96wmcn98s5gsc22")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) |