guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: libseccomp: Update to 2.5.4.


From: guix-commits
Subject: 14/15: gnu: libseccomp: Update to 2.5.4.
Date: Sun, 20 Nov 2022 11:21:13 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit b758242df811cc657231bd10ec5cdad8421df092
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 20 21:57:02 2022 +0200

    gnu: libseccomp: Update to 2.5.4.
    
    * gnu/packages/linux.scm (libseccomp): Update to 2.5.4.
---
 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 a7d389d7a6..4796948f75 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6791,7 +6791,7 @@ of flash storage.")
 (define-public libseccomp
   (package
     (name "libseccomp")
-    (version "2.5.3")
+    (version "2.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/seccomp/libseccomp/";
@@ -6799,7 +6799,7 @@ of flash storage.")
                                   "/libseccomp-" version ".tar.gz"))
               (sha256
                (base32
-                "0xhan73zn4p0n7s8vx6s47wjmidvk4x8r90vfbljairn6f3mq1jr"))))
+                "1nyb3lspc5bsirpsx89vah3n54pmwlgxrwsfaxl01kq50i004afq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")



reply via email to

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