gnu: audit: Update to 3.0.6.

* gnu/packages/admin.scm (audit): Update to 3.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 02:19:54 +01:00
parent d0985ee3c5
commit 27e5e38763
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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"