gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-3.53dd687. [source]: Update URL. [arguments]: Update #:import-path.
This commit is contained in:
parent
81c63cfc6f
commit
dc0ec9914c
|
@ -1673,23 +1673,23 @@ using sh's word-splitting rules.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-zillode-notify
|
(define-public go-github-com-zillode-notify
|
||||||
(let ((commit "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3")
|
(let ((commit "53dd6873a851fc377c87d82f994b1fecdf25aadb")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-zillode-notify")
|
(name "go-github-com-zillode-notify")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/zillode/notify")
|
(url "https://github.com/calmh/notify")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"031pmbvm0xj4f4fak7im0ywmyn3hns538zlbdj4f23jj69zqdy7k"))))
|
"0ar6mj6s91y7hc5gdp88lz3i7xi29cqkx9f090xj899ir21a8djn"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/zillode/notify"))
|
'(#:import-path "github.com/Zillode/notify"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "File system event notification library")
|
(synopsis "File system event notification library")
|
||||||
|
|
Loading…
Reference in New Issue