mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 22:11:30 -05:00
gnu: audit: Update to 3.0.8.
* gnu/packages/admin.scm (audit): Update to 3.0.8.
This commit is contained in:
parent
69fff28de8
commit
28741adda9
1 changed files with 2 additions and 2 deletions
|
@ -3100,13 +3100,13 @@ (define-public audit
|
||||||
(package
|
(package
|
||||||
(name "audit")
|
(name "audit")
|
||||||
(home-page "https://people.redhat.com/sgrubb/audit/")
|
(home-page "https://people.redhat.com/sgrubb/audit/")
|
||||||
(version "3.0.7")
|
(version "3.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "audit-" version ".tar.gz"))
|
(uri (string-append home-page "audit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15r5lrrkv2zj3dvpqssd46w61hmrq27y7c2rz33s20ck59iphk4b"))))
|
"04w9m9ffvi58z11i344wa1hji9ba68cdklrkizhiwf39mnwxkx5m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--with-python=no"
|
`(#:configure-flags (list "--with-python=no"
|
||||||
|
|
Loading…
Reference in a new issue