guix-commits
[Top][All Lists]
Advanced

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

01/33: gnu: audit: Update to 3.0.9.


From: guix-commits
Subject: 01/33: gnu: audit: Update to 3.0.9.
Date: Fri, 21 Oct 2022 13:20:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 408da03c19f73ac52c1be3865afbc641e894d265
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: audit: Update to 3.0.9.
    
    * gnu/packages/admin.scm (audit): Update to 3.0.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 13d582403b..b71f49727b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3211,13 +3211,13 @@ platform-specific methods.")
   (package
     (name "audit")
     (home-page "https://people.redhat.com/sgrubb/audit/";)
-    (version "3.0.8")
+    (version "3.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "audit-" version ".tar.gz"))
               (sha256
                (base32
-                "04w9m9ffvi58z11i344wa1hji9ba68cdklrkizhiwf39mnwxkx5m"))))
+                "0y5w8pl91xapi49ih1pw7h48lac201cj7fm89hkklmzi9m2715gx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--with-python=no"



reply via email to

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