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.
master
Leo Famulari 2019-03-06 15:34:04 -05:00
parent edda279fda
commit 061387ea32
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -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"))