mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: go-github-com-ccding-go-stun: Update to 0.0.0-1.d9bbe8f.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to 0.0.0-1.d9bbe8f.
This commit is contained in:
parent
23e2c09c0c
commit
3b58b7f27c
1 changed files with 3 additions and 3 deletions
|
@ -1531,8 +1531,8 @@ (define-public go-github-com-audriusbutkevicius-pfilter
|
|||
(license expat))))
|
||||
|
||||
(define-public go-github-com-ccding-go-stun
|
||||
(let ((commit "04a4eed61c57ecc9903f8983d1d2c17b88d2e9e1")
|
||||
(revision "0"))
|
||||
(let ((commit "d9bbe8f8fa7bf7ed03e6cfc6a2796bb36139e1f4")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-github-com-ccding-go-stun")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -1545,7 +1545,7 @@ (define-public go-github-com-ccding-go-stun
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09fgmkvm0vzinl3ifrixyyxk2c9hbahrja7i0ir400harzq3my10"))))
|
||||
"04a4q69cmw6snlx54wikyj1y6gk94qzm9xv9als17inmj8z60xv7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/ccding/go-stun"))
|
||||
|
|
Loading…
Reference in a new issue