gnu: libcap-ng: Update to 0.7.9.
gnu/packages/admin.scm (libcap-ng): Update to 0.7.9.
This commit is contained in:
parent
bf30b70b26
commit
cc304fe821
|
@ -1343,7 +1343,7 @@ track changes in important system configuration files.")
|
||||||
(define-public libcap-ng
|
(define-public libcap-ng
|
||||||
(package
|
(package
|
||||||
(name "libcap-ng")
|
(name "libcap-ng")
|
||||||
(version "0.7.4")
|
(version "0.7.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1351,7 +1351,7 @@ track changes in important system configuration files.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ssvnh4cvhya0c1j6k6192zvqcq7nc0x01fb5nwhr0prfqr0i8j8"))))
|
"0a0k484kwv0zilry2mbl9k56cnpdhsjxdxin17jas6kkyfy345aa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("python" ,python)))
|
(inputs `(("python" ,python)))
|
||||||
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
||||||
|
|
Loading…
Reference in New Issue