guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libseccomp: Update to 2.3.2.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: libseccomp: Update to 2.3.2.
Date: Fri, 3 Mar 2017 00:25:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 488a373451595c82e9be21da8456ba2cfe2ef4b1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 3 05:29:12 2017 +0100

    gnu: libseccomp: Update to 2.3.2.
    
    * gnu/packages/linux.scm (libseccomp): Update to 2.3.2.
---
 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 6ff6d0b..d239d4e 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)))



reply via email to

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