summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 22:40:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-03 13:27:16 +0100
commit83a9003c5d6560d3a7873f1be43f5e2d57b2b0a1 (patch)
tree4da55680116b4bdacdd89a9b53cfde06b2fd5624
parent74a2f8ff1fc61e759afd71f2503dd9a9365c9226 (diff)
downloadguix-83a9003c5d6560d3a7873f1be43f5e2d57b2b0a1.tar.gz
gnu: libseccomp: Update to 2.3.3.
* gnu/packages/linux.scm (libseccomp): Update to 2.3.3.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0b544dd61f..1f9e084e85 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3717,7 +3717,7 @@ of flash storage.")
 (define-public libseccomp
   (package
     (name "libseccomp")
-    (version "2.3.2")
+    (version "2.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/seccomp/libseccomp/"
@@ -3725,7 +3725,7 @@ of flash storage.")
                                   "/libseccomp-" version ".tar.gz"))
               (sha256
                (base32
-                "18dwfxzsw3agiy2dxbflrkhmjgvlji0wwkk636nabh2ng41qrp1x"))))
+                "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))