nckx pushed a commit to branch master
in repository guix.
commit 6c4500c4a0e766e0147f4ebe57bae63e9ba99a6f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jul 1 03:46:04 2020 +0200
gnu: inotify-tools: Update to 3.20.2.2.
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.2.2.
---
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 0b37382..c8aaa6a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2980,7 +2980,7 @@ for systems using the Linux kernel. This includes
commands such as
(define-public inotify-tools
(package
(name "inotify-tools")
- (version "3.20.1")
+ (version "3.20.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2989,7 +2989,7 @@ for systems using the Linux kernel. This includes
commands such as
(file-name (git-file-name name version))
(sha256
(base32
- "14dci1i4mhsd5sa33k8h3ayphk19kizynh5ql9ryibdpmcanfiyq"))))
+ "1r12bglkb0bkqff6kgxjm81hk6z20nrxq3m7iv15d4nrqf9pm7s0"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)