gnu: fswatch: Update to 1.15.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 24 Jul 2020 11:53:20 +0000 (13:53 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 25 Jul 2020 11:13:10 +0000 (13:13 +0200)
* gnu/packages/monitoring.scm (fswatch): Update to 1.15.0.

gnu/packages/monitoring.scm

index aae39f1..2ec5959 100644 (file)
@@ -429,7 +429,7 @@ written in Go with pluggable metric collectors.")
 (define-public fswatch
   (package
     (name "fswatch")
-    (version "1.14.0")
+    (version "1.15.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -438,7 +438,7 @@ written in Go with pluggable metric collectors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ihn7wp3y7ml2lm8drz2hc6fmgj8kygbygnw8mz7gjax88f9dbx7"))))
+                "1yz65jsbgdx4cmy16x24wz5di352lvyi7fp6jm90bhgl1vpzxlsx"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)