guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: libseccomp: Update to 2.3.3.


From: Tobias Geerinckx-Rice
Subject: 03/08: gnu: libseccomp: Update to 2.3.3.
Date: Sat, 3 Mar 2018 07:39:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 83a9003c5d6560d3a7873f1be43f5e2d57b2b0a1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 2 22:40:45 2018 +0100

    gnu: libseccomp: Update to 2.3.3.
    
    * gnu/packages/linux.scm (libseccomp): Update to 2.3.3.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0b544dd..1f9e084 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]