gnu: libcap-ng: Update to 0.7.9.

gnu/packages/admin.scm (libcap-ng): Update to 0.7.9.
master
Tobias Geerinckx-Rice 2018-02-08 14:22:50 +01:00
parent bf30b70b26
commit cc304fe821
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1343,7 +1343,7 @@ track changes in important system configuration files.")
(define-public libcap-ng
(package
(name "libcap-ng")
(version "0.7.4")
(version "0.7.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -1351,7 +1351,7 @@ track changes in important system configuration files.")
version ".tar.gz"))
(sha256
(base32
"0ssvnh4cvhya0c1j6k6192zvqcq7nc0x01fb5nwhr0prfqr0i8j8"))))
"0a0k484kwv0zilry2mbl9k56cnpdhsjxdxin17jas6kkyfy345aa"))))
(build-system gnu-build-system)
(inputs `(("python" ,python)))
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")