diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 02:19:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:54 +0100 |
commit | 27e5e3876360375d21e4b32842669036d5164d81 (patch) | |
tree | e0cfedf12eb235afd35d4a24f8eec246612611f7 | |
parent | d0985ee3c53c00dd8746af86ebd0e993f2cc24c3 (diff) |
gnu: audit: Update to 3.0.6.
* gnu/packages/admin.scm (audit): Update to 3.0.6.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a0f3eb8d52..4726662ca2 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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" |