mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: firejail: Update to 0.9.74.
* gnu/packages/linux.scm (firejail): Update to 0.9.74. Change-Id: Iaa5d9d22548d4a9697a726fa4f2e0a272c60ab00 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c78e1622fb
commit
22085d3ef0
1 changed files with 2 additions and 2 deletions
|
@ -11473,7 +11473,7 @@ This tool supports checking Kconfig options and kernel cmdline parameters.")
|
|||
(define-public firejail
|
||||
(package
|
||||
(name "firejail")
|
||||
(version "0.9.72")
|
||||
(version "0.9.74")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -11481,7 +11481,7 @@ This tool supports checking Kconfig options and kernel cmdline parameters.")
|
|||
"/firejail-" version ".tar.xz" ))
|
||||
(sha256
|
||||
(base32
|
||||
"1x77xy1mwfgjrcsymdda82bjnqgl7z2yymcb10mzd1zwik27gqc2"))))
|
||||
"04w11jjh62ghs66ippw5xlg3l7l9mi3b5cpch1cg3fw7gxnbbn3h"))))
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue