gnu: libcap: Update to 2.31.

* gnu/packages/linux.scm (libcap): Update to 2.31.
[inputs]: Remove ATTR.
This commit is contained in:
Marius Bakke 2020-01-19 11:00:26 +01:00
parent 64b39d6e42
commit e21b70accc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1956,7 +1956,7 @@ (define-public net-tools
(define-public libcap
(package
(name "libcap")
(version "2.27")
(version "2.31")
(source (origin
(method url-fetch)
(uri (string-append
@ -1964,7 +1964,7 @@ (define-public libcap
"libcap2/libcap-" version ".tar.xz"))
(sha256
(base32
"0sj8kidl7qgf2qwxcbw1vadnlb30y4zvjzxswsmfdghq04npkhfs"))))
"0ikwm0kngrqa4ci80lqnrkk17kg09q7dxrz28y0gm5qw3vj8s266"))))
(build-system gnu-build-system)
(arguments '(#:phases
(modify-phases %standard-phases
@ -1982,7 +1982,6 @@ (define-public libcap
(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