[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging-next updated: gnu: libcap: Update to 2.46.
From: |
guix-commits |
Subject: |
branch staging-next updated: gnu: libcap: Update to 2.46. |
Date: |
Thu, 21 Jan 2021 15:48:17 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch staging-next
in repository guix.
The following commit(s) were added to refs/heads/staging-next by this push:
new 5b8cb3e gnu: libcap: Update to 2.46.
5b8cb3e is described below
commit 5b8cb3e840f2d467e80ae84d56cf177a7c4725b7
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Jan 21 19:13:06 2021 +0100
gnu: libcap: Update to 2.46.
* gnu/packages/linux.scm (libcap): Update to 2.46.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 80b526d..25e45ee 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2487,7 +2487,7 @@ Linux-based operating systems.")
(define-public libcap
(package
(inherit libcap-2.31)
- (version "2.45")
+ (version "2.46")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2495,7 +2495,7 @@ Linux-based operating systems.")
"libcap2/libcap-" version ".tar.xz"))
(sha256
(base32
- "11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn"))))
+ "1d6q447wf0iagiyzhfdqcj4cv0dmzc49i0czwikrcv7s2cad3lsf"))))
(arguments
(substitute-keyword-arguments (package-arguments libcap-2.31)
((#:phases phases)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging-next updated: gnu: libcap: Update to 2.46.,
guix-commits <=