gnu: plasma-firewall: Update to 6.1.4.

* gnu/packages/kde-plasma.scm (plasma-firewall): Update to 6.1.4.

Change-Id: Ie3ec67e4471175862633f05ed187a833802e5279
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:53 +08:00
parent 76d34c011f
commit 55db2fc844
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2128,7 +2128,7 @@ (define-public plasma-disks
(define-public plasma-firewall
(package
(name "plasma-firewall")
(version "6.1.3")
(version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -2136,7 +2136,7 @@ (define-public plasma-firewall
version ".tar.xz"))
(sha256
(base32
"14yg8dwbja0dj26v14igvbb37si4m6bkdw50476k15ln057ag87j"))))
"0r5v6y5b96ajavmh6cg7y04l1gqfhr0j1j53ph59wr8cxnd1qgyb"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))