[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: libseccomp: Update to 2.5.3.
From: |
guix-commits |
Subject: |
12/12: gnu: libseccomp: Update to 2.5.3. |
Date: |
Tue, 9 Nov 2021 01:27:00 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 17263b3011812880dff552991505e86cd6a5adbc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 8 22:58:42 2021 +0100
gnu: libseccomp: Update to 2.5.3.
* gnu/packages/linux.scm (libseccomp): Update to 2.5.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 e02a383..f386139 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6459,7 +6459,7 @@ of flash storage.")
(define-public libseccomp
(package
(name "libseccomp")
- (version "2.5.2")
+ (version "2.5.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/seccomp/libseccomp/"
@@ -6467,7 +6467,7 @@ of flash storage.")
"/libseccomp-" version ".tar.gz"))
(sha256
(base32
- "1pw7rd4gwqpmraipgdqkdkhnx4ql35wrn3lnjgl6pncinkgm59hp"))))
+ "0xhan73zn4p0n7s8vx6s47wjmidvk4x8r90vfbljairn6f3mq1jr"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")
- 02/12: gnu: qjackctl: Update to 0.9.5., (continued)
- 02/12: gnu: qjackctl: Update to 0.9.5., guix-commits, 2021/11/09
- 07/12: gnu: minixml: Update to 3.3., guix-commits, 2021/11/09
- 03/12: gnu: patchage: Update to 1.0.4., guix-commits, 2021/11/09
- 06/12: gnu: python-jplephem: Update to 2.16., guix-commits, 2021/11/09
- 08/12: gnu: plocate: Update to 1.1.13., guix-commits, 2021/11/09
- 04/12: gnu: patchage: Fix home page URL., guix-commits, 2021/11/09
- 11/12: gnu: libx86emu: Update to 3.4., guix-commits, 2021/11/09
- 10/12: gnu: mbuffer: Update to 20211018., guix-commits, 2021/11/09
- 05/12: gnu: patchage: Build with Python 3., guix-commits, 2021/11/09
- 09/12: gnu: nbd: Update to 3.22., guix-commits, 2021/11/09
- 12/12: gnu: libseccomp: Update to 2.5.3.,
guix-commits <=