1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Revert "gnu: acl: Update to 2.3.2."

This reverts commit 6c3e5f1665.
This commit is contained in:
Maxim Cournoyer
2025-10-30 16:19:53 +09:00
parent db74afaab8
commit 8593227f40

View File

@@ -40,7 +40,7 @@
(define-public acl
(package
(name "acl")
(version "2.3.2")
(version "2.3.1")
(source
(origin
(method url-fetch)
@@ -48,7 +48,7 @@
version ".tar.gz"))
(sha256
(base32
"0z1gi82zc2xcbchfagd7apn2s7camaagj8y6hmysl1wpcanxnasz"))))
"1bqi7hj0xkpivwg7lx5cv3yvs9ks1i6azvpgbvfpzcq1i736233n"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)