diff mbox series

[bug#45994] gnu: libcap: Update to 2.46.

Message ID 20210121181306.800-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#45994] gnu: libcap: Update to 2.46. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Jan. 21, 2021, 6:13 p.m. UTC
* gnu/packages/linux.scm (libcap): Update to 2.46.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari Jan. 21, 2021, 8:48 p.m. UTC | #1
On Thu, Jan 21, 2021 at 07:13:06PM +0100, Vincent Legoll wrote:
> * gnu/packages/linux.scm (libcap): Update to 2.46.

Thanks! Pushed to staging-next as 5b8cb3e840f2d467e80ae84d56cf177a7c4725b7
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 80b526d0b3..25e45ee9ca 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)