guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: libseccomp: Update to 2.4.1.


From: guix-commits
Subject: 05/05: gnu: libseccomp: Update to 2.4.1.
Date: Tue, 23 Apr 2019 13:45:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e01bd1a67447c1f2a2b5b03e8ea8fbbccd2cd5bd
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 23 14:30:19 2019 +0200

    gnu: libseccomp: Update to 2.4.1.
    
    * gnu/packages/linux.scm (libseccomp): Update to 2.4.1.
---
 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 9049fbc..f3ed832 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4141,7 +4141,7 @@ of flash storage.")
 (define-public libseccomp
   (package
     (name "libseccomp")
-    (version "2.4.0")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/seccomp/libseccomp/";
@@ -4149,7 +4149,7 @@ of flash storage.")
                                   "/libseccomp-" version ".tar.gz"))
               (sha256
                (base32
-                "0paj1szszpf8plykrd66jqg1x3kmqs395rbjskahld2bnplcfx1f"))))
+                "1s06h2cgk0xxwmhwj72z33bllafc1xqnxzk2yyra2rmg959778qw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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