diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-03 05:29:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-03 05:29:12 +0100 |
commit | 488a373451595c82e9be21da8456ba2cfe2ef4b1 (patch) | |
tree | 036e6547afe9f47116c1da8980537abe0243fd27 /gnu/packages/linux.scm | |
parent | 95b80db637f2c7cb1c71d695324b81636f1a0e35 (diff) | |
download | patches-488a373451595c82e9be21da8456ba2cfe2ef4b1.tar patches-488a373451595c82e9be21da8456ba2cfe2ef4b1.tar.gz |
gnu: libseccomp: Update to 2.3.2.
* gnu/packages/linux.scm (libseccomp): Update to 2.3.2.
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 6ff6d0b64e..d239d4e4c4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3229,7 +3229,7 @@ of flash storage.") (define-public libseccomp (package (name "libseccomp") - (version "2.3.1") + (version "2.3.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/seccomp/libseccomp/" @@ -3237,7 +3237,7 @@ of flash storage.") "/libseccomp-" version ".tar.gz")) (sha256 (base32 - "0asnlkzqms520r0dra08dzcz5hh6hs7lkajfw9wij3vrd0hxsnzz")))) + "18dwfxzsw3agiy2dxbflrkhmjgvlji0wwkk636nabh2ng41qrp1x")))) (build-system gnu-build-system) (native-inputs `(("which" ,which))) |