guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: audit: Update to 3.0.6.


From: guix-commits
Subject: 11/15: gnu: audit: Update to 3.0.6.
Date: Thu, 16 Dec 2021 21:07:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 27e5e3876360375d21e4b32842669036d5164d81
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 02:19:54 2021 +0100

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



reply via email to

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