gnu: aide: Update to 0.19.2.

* gnu/packages/admin.scm (aide): Update to 0.19.2.

Change-Id: I952b1ef04d23697e6243d62afc49063c2bbda169
This commit is contained in:
Artyom V. Poptsov 2025-08-30 09:56:34 +03:00
parent 6a0e3f33e9
commit efd12d217e
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -217,14 +217,14 @@
(define-public aide
(package
(name "aide")
(version "0.19.1")
(version "0.19.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/aide/aide/releases/download/v"
version "/aide-" version ".tar.gz"))
(sha256
(base32 "0lhbx7ilwzpfl77vi7b6cklhgzk1iwyfp4fvvgvlmmq30igvzy3d"))))
(base32 "1i3lbsw1mhsnq54bx48zikdiph1ihxn021ca7kmys4b1yh2jnxi3"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~(list "--with-posix-acl"