diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-12 13:26:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-12 15:26:21 +0100 |
commit | 2f805e97f28f2403459dfb8297cf4981cc628f74 (patch) | |
tree | 9753d8e6df03a59b3752a921709da5d2f01b5cdc /gnu/packages | |
parent | 737300be4bbd4a1d8df047035b836f5eeaaec92f (diff) | |
download | guix-2f805e97f28f2403459dfb8297cf4981cc628f74.tar guix-2f805e97f28f2403459dfb8297cf4981cc628f74.tar.gz |
gnu: aide: Update to 0.16.1.
* gnu/packages/admin.scm (aide): Update to 0.16.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ade16c1fca..568402f2fc 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -113,14 +113,14 @@ (define-public aide (package (name "aide") - (version "0.16") + (version "0.16.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/aide/aide/releases/download/v" version "/aide-" version ".tar.gz")) (sha256 - (base32 "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758")))) + (base32 "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) |