mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(package
|
||||
(name "plasma-firewall")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1780,7 +1780,7 @@ (define-public plasma-firewall
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k3pc0dcsjr2hhh4hr8vhsvaddn66s6imm8skrr02icxqvljs6jh"))))
|
||||
"1jbcyz92q63gh1ihkrvs4ffp1xjav9miy6n5adhqik9qxpgkqqn8"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list iproute
|
||||
|
|
Loading…
Reference in a new issue