me
/
guix
Archived
1
0
Fork 0

gnu: kdecoration: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.1.3.

Change-Id: I6cb1dbd2992852eedbb23eb388e6ca8e9b9c1618
master
Zheng Junjie 2024-07-20 19:10:24 +08:00
parent cef3176305
commit 6dcdffb830
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -509,14 +509,14 @@ applications.")
(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