mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: plasma-firewall: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (plasma-firewall): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
41a9a34805
commit
643c012dd2
1 changed files with 2 additions and 2 deletions
|
@ -1772,7 +1772,7 @@ (define-public plasma-disks
|
||||||
(define-public plasma-firewall
|
(define-public plasma-firewall
|
||||||
(package
|
(package
|
||||||
(name "plasma-firewall")
|
(name "plasma-firewall")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1780,7 +1780,7 @@ (define-public plasma-firewall
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k3pc0dcsjr2hhh4hr8vhsvaddn66s6imm8skrr02icxqvljs6jh"))))
|
"1jbcyz92q63gh1ihkrvs4ffp1xjav9miy6n5adhqik9qxpgkqqn8"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list iproute
|
(inputs (list iproute
|
||||||
|
|
Loading…
Reference in a new issue