mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: aide: Update to 0.16.1.
* gnu/packages/admin.scm (aide): Update to 0.16.1.
This commit is contained in:
parent
737300be4b
commit
2f805e97f2
1 changed files with 2 additions and 2 deletions
|
@ -113,14 +113,14 @@ (define-module (gnu packages admin)
|
||||||
(define-public aide
|
(define-public aide
|
||||||
(package
|
(package
|
||||||
(name "aide")
|
(name "aide")
|
||||||
(version "0.16")
|
(version "0.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/aide/aide/releases/download/v"
|
(uri (string-append "https://github.com/aide/aide/releases/download/v"
|
||||||
version "/aide-" version ".tar.gz"))
|
version "/aide-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758"))))
|
(base32 "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
|
Loading…
Reference in a new issue