guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: fswatch: Update to 1.15.0.


From: guix-commits
Subject: 01/05: gnu: fswatch: Update to 1.15.0.
Date: Sat, 25 Jul 2020 07:18:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b6d2e60175c0d9e8775853ac26f0749913a3c4eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 24 13:53:20 2020 +0200

    gnu: fswatch: Update to 1.15.0.
    
    * gnu/packages/monitoring.scm (fswatch): Update to 1.15.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 aae39f1..2ec5959 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -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)



reply via email to

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