[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))
- branch master updated (41e8726c89 -> 269cfe341f), guix-commits, 2023/06/25
- 05/10: gnu: python-mypy-extensions: Update to 1.0.0, guix-commits, 2023/06/25
- 08/10: gnu: python-trimesh: Update to 3.22.1., guix-commits, 2023/06/25
- 10/10: gnu: aws-sdk-cpp: Update to 1.9.306., guix-commits, 2023/06/25
- 03/10: services: Validate 'provision' field of <shepherd-service>., guix-commits, 2023/06/25
- 01/10: gnu: mmg: Update to 5.7.1., guix-commits, 2023/06/25
- 09/10: gnu: aws-lc: Fix tests., guix-commits, 2023/06/25
- 02/10: gnu: nomad-optimizer: Fix build., guix-commits, 2023/06/25
- 04/10: gnu: oneapi-dnnl: Fix building on riscv64-linux., guix-commits, 2023/06/25
- 07/10: gnu: fswatch: Update to 1.17.1.,
guix-commits <=
- 06/10: gnu: python-mypy-extensions: Fix style, guix-commits, 2023/06/25