diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 15:00:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 23:00:07 +0100 |
commit | 1aac30a4e97be1a36d857ea18815cdebcaba8a89 (patch) | |
tree | 25e9b141c30d1391c7bcd8fe51e9c4b7902bfaa2 /gnu/packages | |
parent | 4259c7c35eafef8de663f6cfb2c6dde3b962cac9 (diff) |
gnu: libseccomp: Update to 2.5.1.
* gnu/packages/linux.scm (libseccomp): Update to 2.5.1.
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 f2f131cfe5..1f0e0bbe44 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5803,7 +5803,7 @@ of flash storage.") (define-public libseccomp (package (name "libseccomp") - (version "2.5.0") + (version "2.5.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/seccomp/libseccomp/" @@ -5811,7 +5811,7 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "1wql62cg8f95cwpy057cl764nni9g4sdn5lqj68x22kjs8w71yhz")))) + "0m8dlg1v7kflcxvajs4p76p275qwsm2abbf5mfapkakp7hw7wc7f")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static") |