gnu: libseccomp: Update to 2.5.4.

* gnu/packages/linux.scm (libseccomp): Update to 2.5.4.
This commit is contained in:
Marius Bakke 2022-09-20 21:57:02 +02:00 committed by Maxim Cournoyer
parent 96386f334e
commit 616860d6cb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7146,7 +7146,7 @@ (define-public mtd-utils
(define-public libseccomp
(package
(name "libseccomp")
(version "2.5.3")
(version "2.5.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/seccomp/libseccomp/"
@ -7154,7 +7154,7 @@ (define-public libseccomp
"/libseccomp-" version ".tar.gz"))
(sha256
(base32
"0xhan73zn4p0n7s8vx6s47wjmidvk4x8r90vfbljairn6f3mq1jr"))))
"1nyb3lspc5bsirpsx89vah3n54pmwlgxrwsfaxl01kq50i004afq"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")