gnu: libseccomp: Update to 2.4.0.

* gnu/packages/linux.scm (libseccomp): Update to 2.4.0.
master
Marius Bakke 2019-03-14 20:03:34 +01:00
parent 60fddfae13
commit 4ca23a3d22
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4054,7 +4054,7 @@ of flash storage.")
(define-public libseccomp
(package
(name "libseccomp")
(version "2.3.3")
(version "2.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/seccomp/libseccomp/"
@ -4062,7 +4062,7 @@ of flash storage.")
"/libseccomp-" version ".tar.gz"))
(sha256
(base32
"0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz"))))
"0paj1szszpf8plykrd66jqg1x3kmqs395rbjskahld2bnplcfx1f"))))
(build-system gnu-build-system)
(native-inputs
`(("which" ,which)))