mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
76d34c011f
commit
55db2fc844
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue