diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-23 14:30:19 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-23 19:39:03 +0200 |
commit | e01bd1a67447c1f2a2b5b03e8ea8fbbccd2cd5bd (patch) | |
tree | fb61a2c4702df078196cefc6f2c5bed3e1b07ed2 /gnu/packages/linux.scm | |
parent | af1d777e6c03a89f8d5da0bc41b7d5709aebcaea (diff) | |
download | patches-e01bd1a67447c1f2a2b5b03e8ea8fbbccd2cd5bd.tar patches-e01bd1a67447c1f2a2b5b03e8ea8fbbccd2cd5bd.tar.gz |
gnu: libseccomp: Update to 2.4.1.
* gnu/packages/linux.scm (libseccomp): Update to 2.4.1.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 9049fbc313..f3ed832417 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4141,7 +4141,7 @@ of flash storage.") (define-public libseccomp (package (name "libseccomp") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/seccomp/libseccomp/" @@ -4149,7 +4149,7 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "0paj1szszpf8plykrd66jqg1x3kmqs395rbjskahld2bnplcfx1f")))) + "1s06h2cgk0xxwmhwj72z33bllafc1xqnxzk2yyra2rmg959778qw")))) (build-system gnu-build-system) (native-inputs `(("which" ,which))) |