gnu: inotify-tools: Update to 3.20.11.0.
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.11.0.
This commit is contained in:
parent
410d5550b0
commit
7290477c8b
1 changed files with 2 additions and 2 deletions
|
@ -3136,7 +3136,7 @@ for systems using the Linux kernel. This includes commands such as
|
||||||
(define-public inotify-tools
|
(define-public inotify-tools
|
||||||
(package
|
(package
|
||||||
(name "inotify-tools")
|
(name "inotify-tools")
|
||||||
(version "3.20.2.2")
|
(version "3.20.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r12bglkb0bkqff6kgxjm81hk6z20nrxq3m7iv15d4nrqf9pm7s0"))))
|
"1m8avqccrhm38krlhp88a7v949f3hrzx060bbrr5dp5qw2nmw9j2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue