mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: plasma-workspace-wallpapers: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): Update to 6.1.4. Change-Id: Idcb995458fd8612a69f22f11c578b07184483b92
This commit is contained in:
parent
921b4ed195
commit
cd50ce7bbd
1 changed files with 2 additions and 2 deletions
|
@ -2896,14 +2896,14 @@ (define-public plasma-workspace
|
||||||
(define-public plasma-workspace-wallpapers
|
(define-public plasma-workspace-wallpapers
|
||||||
(package
|
(package
|
||||||
(name "plasma-workspace-wallpapers")
|
(name "plasma-workspace-wallpapers")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cbnv28nf6130wrzsimlw9dfwblkc7p522mknqcphrqb3iql0jr1"))))
|
"1i23bfdfxvr0l0sd99hwl9hnxcnszppai7inrhbk6ycdc0imrxl8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
|
Loading…
Reference in a new issue