mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kdecoration: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.1.3. Change-Id: I6cb1dbd2992852eedbb23eb388e6ca8e9b9c1618
This commit is contained in:
parent
cef3176305
commit
6dcdffb830
1 changed files with 2 additions and 2 deletions
|
@ -509,14 +509,14 @@ (define-public kde-gtk-config
|
|||
(define-public kdecoration
|
||||
(package
|
||||
(name "kdecoration")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/kdecoration-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gmyxp3gk47rci4xdlgsdbp9wa2zx2790pqv1z4y7zmwg395vs41"))))
|
||||
"1yqd3f0prfy3nw2bxdadjp4swr11ljd15lwl4rsvcjpb8aglgp8m"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue