guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: audit: Update to 3.0.7.


From: guix-commits
Subject: 01/03: gnu: audit: Update to 3.0.7.
Date: Wed, 16 Feb 2022 16:51:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8937253fdeac838dd99072faa0cfad43ae286b4d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 13 01:00:03 2022 +0100

    gnu: audit: Update to 3.0.7.
    
    * gnu/packages/admin.scm (audit): Update to 3.0.7.
---
 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 525a5fdb69..e26458ae7e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3069,13 +3069,13 @@ platform-specific methods.")
   (package
     (name "audit")
     (home-page "https://people.redhat.com/sgrubb/audit/";)
-    (version "3.0.6")
+    (version "3.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "audit-" version ".tar.gz"))
               (sha256
                (base32
-                "0pnc9wzslks9p6kxw0llp1n8h8yg0frcxl3x84fl0hisa5vlvr63"))))
+                "15r5lrrkv2zj3dvpqssd46w61hmrq27y7c2rz33s20ck59iphk4b"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--with-python=no"



reply via email to

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