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.
This commit is contained in:
parent
edda279fda
commit
061387ea32
|
@ -797,8 +797,8 @@ using sh's word-splitting rules.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-syncthing-notify
|
(define-public go-github-com-syncthing-notify
|
||||||
(let ((commit "116c45bb5ad48777321e4984d1320d56889b6097")
|
(let ((commit "4e389ea6c0d84e6195eb585ffaf62c8c143306ae")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-syncthing-notify")
|
(name "go-github-com-syncthing-notify")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14bh95pkhwmnc65bnv08p3y4flj1j7f6xxr2cgmlwrphnlp9yhl9"))))
|
"19gvl14s1l9m82f8c2xsjcr8lmbqrvw1mxkayvfcpimvxfz0j61i"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/syncthing/notify"))
|
'(#:import-path "github.com/syncthing/notify"))
|
||||||
|
|
Loading…
Reference in New Issue