GNU bug report logs -
#64194
[PATCH] gnu: fswatch: Update to 1.17.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 20 Jun 2023 18:56:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/monitoring.scm (fswatch): Update to 1.17.1.
---
gnu/packages/monitoring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index d36ba707c7..a796a30f92 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -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))
--
2.41.0
This bug report was last modified 1 year and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.