diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 10:29:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:15 +0200 |
commit | 6b4e4f16bc445dd9187d962d9ca2da97651a1225 (patch) | |
tree | 4851c7b17861b374773443dbb2c8e67de3ab31c2 /gnu | |
parent | 6396829738c884ee4dd75a0c00eee7c3f29218fd (diff) | |
download | patches-6b4e4f16bc445dd9187d962d9ca2da97651a1225.tar patches-6b4e4f16bc445dd9187d962d9ca2da97651a1225.tar.gz |
gnu: fswatch: Update to 1.14.0.
* gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/monitoring.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index b7340ec21a..a34e002a8c 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -427,7 +427,7 @@ written in Go with pluggable metric collectors.") (define-public fswatch (package (name "fswatch") - (version "1.13.0") + (version "1.14.0") (source (origin (method git-fetch) (uri (git-reference @@ -436,7 +436,7 @@ written in Go with pluggable metric collectors.") (file-name (git-file-name name version)) (sha256 (base32 - "0r9m3rysqa1kdgghv2i6sv4zrd0v8idsbrp627ys642dl39svir3")))) + "1ihn7wp3y7ml2lm8drz2hc6fmgj8kygbygnw8mz7gjax88f9dbx7")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |