mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: kmahjongg: Update to 20.12.0.
* gnu/packages/games.scm (kmahjongg): Update to 20.12.0. [source]: Download from new upstream URI.
This commit is contained in:
parent
4cd1fac51f
commit
7daf6bcbfc
1 changed files with 3 additions and 3 deletions
|
@ -10031,14 +10031,14 @@ (define-public libkmahjongg
|
||||||
(define-public kmahjongg
|
(define-public kmahjongg
|
||||||
(package
|
(package
|
||||||
(name "kmahjongg")
|
(name "kmahjongg")
|
||||||
(version "19.08.3")
|
(version "20.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/applications/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kmahjongg-" version ".tar.xz"))
|
version "/src/kmahjongg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08na845h0nhmfrszdmvfq5y1dy7kgbrlzjp0f5snvbbf7w44ci6p"))))
|
(base32 "1fcj4jb2zzbaxp7cp04w36y0c7lh77yzin66fmvrcxkl11xi2wwd"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Loading…
Reference in a new issue