gnu: fswatch: Update to 1.17.1.

* gnu/packages/monitoring.scm (fswatch): Update to 1.17.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-06-20 18:54:54 +00:00 committed by Ludovic Courtès
parent e3f8e05c80
commit 81cad57709
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -591,7 +591,7 @@ (define-public temper-exporter
(define-public fswatch
(package
(name "fswatch")
(version "1.16.0")
(version "1.17.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -600,7 +600,7 @@ (define-public fswatch
(file-name (git-file-name name version))
(sha256
(base32
"1zsvc8arza2ypnnmv4m0qfpnldmy1zh10q6wss05ibmanslfj2ql"))))
"15bk2adv1ycqn3rxvpvapwrlzsxw8fvcahqiglfkibwb9ss7s8dh"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake gettext-minimal libtool))