diff options
author | Leo Famulari <leo@famulari.name> | 2019-03-06 15:34:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-03-14 15:34:27 -0400 |
commit | 061387ea322b16ee28ef192c1f9e0b413097db8b (patch) | |
tree | 2c4986579827cccba66c7351a67c45e10b13d4ba /gnu/packages/syncthing.scm | |
parent | edda279fda5d528e09407fc44f2be7ad4a0ce1d9 (diff) | |
download | guix-061387ea322b16ee28ef192c1f9e0b413097db8b.tar.gz guix-061387ea322b16ee28ef192c1f9e0b413097db8b.zip |
gnu: go-github-com-syncthing-notify: Update to 0.0.0-4.4e389ea.
* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to
0.0.0-4.4e389ea.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 7f01008ad5..b5ee59db71 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -797,8 +797,8 @@ using sh's word-splitting rules.") (license expat)))) (define-public go-github-com-syncthing-notify - (let ((commit "116c45bb5ad48777321e4984d1320d56889b6097") - (revision "3")) + (let ((commit "4e389ea6c0d84e6195eb585ffaf62c8c143306ae") + (revision "4")) (package (name "go-github-com-syncthing-notify") (version (git-version "0.0.0" revision commit)) @@ -810,7 +810,7 @@ using sh's word-splitting rules.") (file-name (git-file-name name version)) (sha256 (base32 - "14bh95pkhwmnc65bnv08p3y4flj1j7f6xxr2cgmlwrphnlp9yhl9")))) + "19gvl14s1l9m82f8c2xsjcr8lmbqrvw1mxkayvfcpimvxfz0j61i")))) (build-system go-build-system) (arguments '(#:import-path "github.com/syncthing/notify")) |