mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: go-github-com-syncthing-notify: Update to 0.0.0-5.69c7a95.
* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to 0.0.0-5.69c7a95.
This commit is contained in:
parent
158e82933c
commit
e9a0e4756f
1 changed files with 3 additions and 3 deletions
|
@ -793,8 +793,8 @@ (define-public go-github-com-kballard-go-shellquote
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-syncthing-notify
|
(define-public go-github-com-syncthing-notify
|
||||||
(let ((commit "4e389ea6c0d84e6195eb585ffaf62c8c143306ae")
|
(let ((commit "69c7a957d3e261f9744f46b3dd4d608d8480ad90")
|
||||||
(revision "4"))
|
(revision "5"))
|
||||||
(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))
|
||||||
|
@ -806,7 +806,7 @@ (define-public go-github-com-syncthing-notify
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19gvl14s1l9m82f8c2xsjcr8lmbqrvw1mxkayvfcpimvxfz0j61i"))))
|
"1mmdzyfnmjabyhbipl4bggw4w5nlxyyjp0d93qd824kj07kmsr1f"))))
|
||||||
(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 a new issue