guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: fswatch: Update to 1.17.1.


From: guix-commits
Subject: 07/10: gnu: fswatch: Update to 1.17.1.
Date: Sun, 25 Jun 2023 17:47:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 81cad577099d7fd3972daadefd619eca48fe6e98
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jun 20 18:54:54 2023 +0000

    gnu: fswatch: Update to 1.17.1.
    
    * gnu/packages/monitoring.scm (fswatch): Update to 1.17.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 ce41791672..ab673490fe 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -591,7 +591,7 @@ devices.")
 (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 @@ devices.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zsvc8arza2ypnnmv4m0qfpnldmy1zh10q6wss05ibmanslfj2ql"))))
+                "15bk2adv1ycqn3rxvpvapwrlzsxw8fvcahqiglfkibwb9ss7s8dh"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake gettext-minimal libtool))



reply via email to

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