guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: inotify-tools: Update to 3.20.11.0.


From: guix-commits
Subject: 01/08: gnu: inotify-tools: Update to 3.20.11.0.
Date: Tue, 1 Dec 2020 14:56:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7290477c8b541a9e9e0e34a26caa08622c5cdf18
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 19:05:40 2020 +0100

    gnu: inotify-tools: Update to 3.20.11.0.
    
    * gnu/packages/linux.scm (inotify-tools): Update to 3.20.11.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 42db62b..3f7b8cc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3136,7 +3136,7 @@ for systems using the Linux kernel.  This includes 
commands such as
 (define-public inotify-tools
   (package
     (name "inotify-tools")
-    (version "3.20.2.2")
+    (version "3.20.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3145,7 +3145,7 @@ for systems using the Linux kernel.  This includes 
commands such as
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1r12bglkb0bkqff6kgxjm81hk6z20nrxq3m7iv15d4nrqf9pm7s0"))))
+                "1m8avqccrhm38krlhp88a7v949f3hrzx060bbrr5dp5qw2nmw9j2"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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