me
/
guix
Archived
1
0
Fork 0

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 (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/")