mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: acl: Update to 2.3.1.
* gnu/packages/acl.scm (acl): Update to 2.3.1.
This commit is contained in:
parent
17747d1135
commit
5d435b2235
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ (define-module (gnu packages acl)
|
|||
(define-public acl
|
||||
(package
|
||||
(name "acl")
|
||||
(version "2.2.53")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -48,7 +48,7 @@ (define-public acl
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ir6my3w74s6nfbgbqgzj6w570sn0qjf3524zx8xh67lqrjrigh6"))))
|
||||
"1bqi7hj0xkpivwg7lx5cv3yvs9ks1i6azvpgbvfpzcq1i736233n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((ice-9 ftw)
|
||||
|
|
Loading…
Reference in a new issue