guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: audit: Update to 2.8.5.


From: guix-commits
Subject: 08/10: gnu: audit: Update to 2.8.5.
Date: Sat, 2 Mar 2019 16:25:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b4e1f1ae1088ad6020f0acf9e09622a827042f21
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 16:01:39 2019 +0100

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



reply via email to

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