[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: libcap-ng: Update to 0.7.9.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/03: gnu: libcap-ng: Update to 0.7.9. |
Date: |
Thu, 8 Feb 2018 08:43:11 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cc304fe82197ed5e16be2462edb46248808571a2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Feb 8 14:22:50 2018 +0100
gnu: libcap-ng: Update to 0.7.9.
gnu/packages/admin.scm (libcap-ng): Update to 0.7.9.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a5c9d41..706d0f3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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/")