guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: aide: Update to 0.16.1.


From: guix-commits
Subject: 05/07: gnu: aide: Update to 0.16.1.
Date: Tue, 12 Mar 2019 10:26:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2f805e97f28f2403459dfb8297cf4981cc628f74
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 12 13:26:13 2019 +0100

    gnu: aide: Update to 0.16.1.
    
    * gnu/packages/admin.scm (aide): Update to 0.16.1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ade16c1..568402f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]