mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: plasma-firewall: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-firewall): Update to 6.1.3. Change-Id: I79b17d9dc98a8d034e446f583aed266df28fa7d2
This commit is contained in:
parent
978207d1f8
commit
ba37ac7daa
1 changed files with 2 additions and 2 deletions
|
@ -2127,7 +2127,7 @@ (define-public plasma-disks
|
|||
(define-public plasma-firewall
|
||||
(package
|
||||
(name "plasma-firewall")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -2135,7 +2135,7 @@ (define-public plasma-firewall
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k2rf8w5iwsxnq0amrss8p0ncl3q4sxl06531p3d2ga6glh0kspn"))))
|
||||
"14yg8dwbja0dj26v14igvbb37si4m6bkdw50476k15ln057ag87j"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue