andreas pushed a commit to branch master in repository guix. commit 22085d3ef027c21e67a4ed7579b0d6357628082d Author: kiasoc5 <kias...@disroot.org> AuthorDate: Mon May 5 20:53:14 2025 -0400
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 <andr...@enge.fr> --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1cc2789439..eaa44d8165 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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