mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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>
This commit is contained in:
parent
e3f8e05c80
commit
81cad57709
1 changed files with 2 additions and 2 deletions
|
@ -591,7 +591,7 @@ (define-public temper-exporter
|
|||
(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 @@ (define-public fswatch
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zsvc8arza2ypnnmv4m0qfpnldmy1zh10q6wss05ibmanslfj2ql"))))
|
||||
"15bk2adv1ycqn3rxvpvapwrlzsxw8fvcahqiglfkibwb9ss7s8dh"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake gettext-minimal libtool))
|
||||
|
|
Loading…
Reference in a new issue