diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-20 21:57:02 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:10:58 -0400 |
commit | 616860d6cb25bdcb06c0e0f5bfe377044c5582e2 (patch) | |
tree | d273d4900ab6099909c15d56e5d1a84025219498 /gnu/packages | |
parent | 96386f334e1d8a6fc1055397c3e9a2a300e48fa3 (diff) |
gnu: libseccomp: Update to 2.5.4.
* gnu/packages/linux.scm (libseccomp): Update to 2.5.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d1c2094fa1..80443fc43b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7146,7 +7146,7 @@ of flash storage.") (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 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "0xhan73zn4p0n7s8vx6s47wjmidvk4x8r90vfbljairn6f3mq1jr")))) + "1nyb3lspc5bsirpsx89vah3n54pmwlgxrwsfaxl01kq50i004afq")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static") |