summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 01:41:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 05:59:00 +0200
commitc3f4505e838ee7a466f524090c2f9008f382ecb4 (patch)
treef131270af1532695818f3a9eb78aa4afa5adadd7
parent321292e174adf6c51d127cd7199414a08a04e399 (diff)
downloadguix-c3f4505e838ee7a466f524090c2f9008f382ecb4.tar.gz
gnu: aide: Update to 0.16.2.
* gnu/packages/admin.scm (aide): Update to 0.16.2.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 75380be594..90cbfb2bcc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -115,14 +115,14 @@
 (define-public aide
   (package
     (name "aide")
-    (version "0.16.1")
+    (version "0.16.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/aide/aide/releases/download/v"
                            version "/aide-" version ".tar.gz"))
        (sha256
-        (base32 "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg"))))
+        (base32 "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)