diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 22:58:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 23:00:57 +0100 |
commit | 17263b3011812880dff552991505e86cd6a5adbc (patch) | |
tree | a1006bba78ba9d02432840610a4ed94579d0ebf4 | |
parent | 704c23cbef2628591f23883b26781202d46302ab (diff) |
gnu: libseccomp: Update to 2.5.3.
* gnu/packages/linux.scm (libseccomp): Update to 2.5.3.
-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 e02a383355..f386139638 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6459,7 +6459,7 @@ of flash storage.") (define-public libseccomp (package (name "libseccomp") - (version "2.5.2") + (version "2.5.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/seccomp/libseccomp/" @@ -6467,7 +6467,7 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "1pw7rd4gwqpmraipgdqkdkhnx4ql35wrn3lnjgl6pncinkgm59hp")))) + "0xhan73zn4p0n7s8vx6s47wjmidvk4x8r90vfbljairn6f3mq1jr")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static") |