1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -591,7 +591,7 @@ devices.")
(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 @@ devices.")
(file-name (git-file-name name version))
(sha256
(base32
"1zsvc8arza2ypnnmv4m0qfpnldmy1zh10q6wss05ibmanslfj2ql"))))
"15bk2adv1ycqn3rxvpvapwrlzsxw8fvcahqiglfkibwb9ss7s8dh"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake gettext-minimal libtool))