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.4.


From: guix-commits
Subject: 01/03: gnu: audit: Update to 3.0.4.
Date: Tue, 10 Aug 2021 04:59:25 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit b58cb688d4d66c8ce348d7664cb81c66a1a4c374
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 10 10:05:12 2021 +0300

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



reply via email to

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