gnu: audit: Update to 3.0.4.

* gnu/packages/admin.scm (audit): Update to 3.0.4.
This commit is contained in:
Efraim Flashner 2021-08-10 10:05:12 +03:00
parent 6ae59e7d79
commit b58cb688d4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2871,13 +2871,13 @@ (define-public audit
(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"