gnu: aide: Update to 0.16.2.
* gnu/packages/admin.scm (aide): Update to 0.16.2.
This commit is contained in:
parent
321292e174
commit
c3f4505e83
|
@ -115,14 +115,14 @@
|
||||||
(define-public aide
|
(define-public aide
|
||||||
(package
|
(package
|
||||||
(name "aide")
|
(name "aide")
|
||||||
(version "0.16.1")
|
(version "0.16.2")
|
||||||
(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 "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg"))))
|
(base32 "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
|
Loading…
Reference in New Issue