gnu: inotify-tools: Update to 3.20.2.2.

* gnu/packages/linux.scm (inotify-tools): Update to 3.20.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-01 03:46:04 +02:00
parent 1007500353
commit 6c4500c4a0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)