mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: kdecoration: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.1.4. Change-Id: Ib825e9e480e85c06fbf83d53c4e5f1fa6b5123b4
This commit is contained in:
parent
cc3d3b52ca
commit
36571591af
1 changed files with 2 additions and 2 deletions
|
@ -512,14 +512,14 @@ (define-public kde-gtk-config
|
|||
(define-public kdecoration
|
||||
(package
|
||||
(name "kdecoration")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/kdecoration-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yqd3f0prfy3nw2bxdadjp4swr11ljd15lwl4rsvcjpb8aglgp8m"))))
|
||||
"1wdvnzjba239agrhpsd55d6nl79xnqnv8ahram4113h7d44f1w47"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue