diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:46:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:54:57 +0200 |
commit | 6c4500c4a0e766e0147f4ebe57bae63e9ba99a6f (patch) | |
tree | fe64599fda84f08475c903e343c830410285e4bf | |
parent | 10075003538971ea2c0c6214008b376d5ede4ccb (diff) | |
download | guix-6c4500c4a0e766e0147f4ebe57bae63e9ba99a6f.tar.gz |
gnu: inotify-tools: Update to 3.20.2.2.
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.2.2.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0b37382463..c8aaa6afae 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) |