guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8593227f4068cf3b68384e634921b3414fd052d0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Oct 30 16:19:53 2025 +0900
Revert "gnu: acl: Update to 2.3.2."
This reverts commit 6c3e5f166524f43e0087f7a19e63032d8419affa.
---
gnu/packages/acl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index 805c4f9c15..bc37572252 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -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)