mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: elisa: Update to 23.04.3.
* gnu/packages/kde-multimedia.scm (elisa): Update to 23.04.3.
This commit is contained in:
parent
fc0c977399
commit
a8928654fd
1 changed files with 2 additions and 2 deletions
|
@ -155,14 +155,14 @@ (define-public dragon
|
||||||
(define-public elisa
|
(define-public elisa
|
||||||
(package
|
(package
|
||||||
(name "elisa")
|
(name "elisa")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/elisa-" version ".tar.xz"))
|
"/src/elisa-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v2h7ayyrv6f6hdkl78x1nrv5x0l6n8dh0xrfm5fnii4f694iik8"))))
|
(base32 "1ry4mhj7wc31xq9fip3amv8fj631m213zz0qg44h68q77sik4422"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config dbus kdoctools
|
(list extra-cmake-modules pkg-config dbus kdoctools
|
||||||
|
|
Loading…
Reference in a new issue