guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: libcap: Update to 2.31.


From: guix-commits
Subject: 02/10: gnu: libcap: Update to 2.31.
Date: Tue, 21 Jan 2020 17:19:08 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e21b70acccedb3758ef124543fb522795d219608
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 11:00:26 2020 +0100

    gnu: libcap: Update to 2.31.
    
    * gnu/packages/linux.scm (libcap): Update to 2.31.
    [inputs]: Remove ATTR.
---
 gnu/packages/linux.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3fd7030..02b3c02 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1956,7 +1956,7 @@ configuration (iptunnel, ipmaddr).")
 (define-public libcap
   (package
     (name "libcap")
-    (version "2.27")
+    (version "2.31")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1964,7 +1964,7 @@ configuration (iptunnel, ipmaddr).")
                    "libcap2/libcap-" version ".tar.xz"))
              (sha256
               (base32
-               "0sj8kidl7qgf2qwxcbw1vadnlb30y4zvjzxswsmfdghq04npkhfs"))))
+               "0ikwm0kngrqa4ci80lqnrkk17kg09q7dxrz28y0gm5qw3vj8s266"))))
     (build-system gnu-build-system)
     (arguments '(#:phases
                  (modify-phases %standard-phases
@@ -1982,7 +1982,6 @@ configuration (iptunnel, ipmaddr).")
                                                    (assoc-ref %outputs "out"))
                                     "RAISE_SETFCAP=no")))
     (native-inputs `(("perl" ,perl)))
-    (inputs `(("attr" ,attr)))
     (home-page "https://sites.google.com/site/fullycapable/";)
     (synopsis "Library for working with POSIX capabilities")
     (description



reply via email to

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