guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: libcap-ng: Update to 0.8.3.


From: guix-commits
Subject: 04/07: gnu: libcap-ng: Update to 0.8.3.
Date: Sun, 8 May 2022 17:31:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ef2a240100a196f477b58c1d753b8dcf9278d3ea
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:03 2022 +0200

    gnu: libcap-ng: Update to 0.8.3.
    
    * gnu/packages/admin.scm (libcap-ng): Update to 0.8.3.
---
 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 1b01f2fe63..7538f7f021 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2496,7 +2496,7 @@ track changes in important system configuration files.")
 (define-public libcap-ng
   (package
     (name "libcap-ng")
-    (version "0.8.2")
+    (version "0.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2504,7 +2504,7 @@ track changes in important system configuration files.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1sasp1n154aqy9fz0knlb966svm7xg1zjhg1vr4q839bgjvq7h2j"))))
+                "0ba9dfga7chwf6lf7a03x1a30fgdy2pb4r7pnn1jzfr2is2gdmmy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]