nckx pushed a commit to branch master
in repository guix.
commit 211957705222ff3355f21fbb8f64458db71d32ca
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jun 5 02:00:00 2022 +0200
gnu: inotify-tools: Update to 3.22.6.0.
* gnu/packages/linux.scm (inotify-tools): Update to 3.22.6.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 da04af8e30..c5af5f990c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3692,7 +3692,7 @@ for systems using the Linux kernel. This includes
commands such as
(define-public inotify-tools
(package
(name "inotify-tools")
- (version "3.20.11.0")
+ (version "3.22.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3701,7 +3701,7 @@ for systems using the Linux kernel. This includes
commands such as
(file-name (git-file-name name version))
(sha256
(base32
- "1m8avqccrhm38krlhp88a7v949f3hrzx060bbrr5dp5qw2nmw9j2"))))
+ "1j9j8k5zjp8m4cl53zjncnll9z4dnvzr4ygmfcjk0ci81i59b18i"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))