guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libseccomp: Update to 2.4.0.


From: guix-commits
Subject: 01/02: gnu: libseccomp: Update to 2.4.0.
Date: Thu, 14 Mar 2019 20:14:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4ca23a3d223c7b73dfb6915f8ae9734690f65319
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 14 20:03:34 2019 +0100

    gnu: libseccomp: Update to 2.4.0.
    
    * gnu/packages/linux.scm (libseccomp): Update to 2.4.0.
---
 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 1cdffb8..cbbfe05 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)))



reply via email to

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