gnu: audit: Update to 3.0.7.

* gnu/packages/admin.scm (audit): Update to 3.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2022-02-13 01:00:03 +01:00
parent 34e1454d86
commit 8937253fde
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3069,13 +3069,13 @@ (define-public audit
(package
(name "audit")
(home-page "https://people.redhat.com/sgrubb/audit/")
(version "3.0.6")
(version "3.0.7")
(source (origin
(method url-fetch)
(uri (string-append home-page "audit-" version ".tar.gz"))
(sha256
(base32
"0pnc9wzslks9p6kxw0llp1n8h8yg0frcxl3x84fl0hisa5vlvr63"))))
"15r5lrrkv2zj3dvpqssd46w61hmrq27y7c2rz33s20ck59iphk4b"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--with-python=no"