guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/21: gnu: fswatch: Update to 1.14.0.


From: guix-commits
Subject: 20/21: gnu: fswatch: Update to 1.14.0.
Date: Mon, 15 Apr 2019 05:00:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6b4e4f16bc445dd9187d962d9ca2da97651a1225
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 10:29:51 2019 +0200

    gnu: fswatch: Update to 1.14.0.
    
    * gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
---
 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 b7340ec..a34e002 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]