gnu: kcp-go: Switch upstream source.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go): Replace with ... (go-github-com-xtaci-kcp-go): ... new variable.
This commit is contained in:
parent
e62d057505
commit
27fbcae6d5
1 changed files with 12 additions and 11 deletions
|
@ -118,8 +118,8 @@ (define-public syncthing
|
||||||
(inputs
|
(inputs
|
||||||
`(("go-github-com-audriusbutkevicius-cli"
|
`(("go-github-com-audriusbutkevicius-cli"
|
||||||
,go-github-com-audriusbutkevicius-cli)
|
,go-github-com-audriusbutkevicius-cli)
|
||||||
("go-github-com-audriusbutkevicius-kcp-go"
|
("go-github-com-xtaci-kcp-go"
|
||||||
,go-github-com-audriusbutkevicius-kcp-go)
|
,go-github-com-xtaci-kcp-go)
|
||||||
("go-github-com-audriusbutkevicius-go-nat-pmp"
|
("go-github-com-audriusbutkevicius-go-nat-pmp"
|
||||||
,go-github-com-audriusbutkevicius-go-nat-pmp)
|
,go-github-com-audriusbutkevicius-go-nat-pmp)
|
||||||
("go-github-com-audriusbutkevicius-pfilter"
|
("go-github-com-audriusbutkevicius-pfilter"
|
||||||
|
@ -1581,33 +1581,34 @@ (define-public go-github-com-chmduquesne-rollinghash-adler32
|
||||||
(home-page "https://github.com/chmduquesne/rollinghash")
|
(home-page "https://github.com/chmduquesne/rollinghash")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-audriusbutkevicius-kcp-go
|
(define-public go-github-com-xtaci-kcp-go
|
||||||
(let ((commit "8ae5f528469c6ab76110f41eb7a51341b7efb946")
|
(let ((commit "86eebd5cadb519b7c9306082c7eb3bcee2c49a7b")
|
||||||
(revision "1"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-audriusbutkevicius-kcp-go")
|
(name "go-github-com-xtaci-kcp-go")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/AudriusButkevicius/kcp-go")
|
(url "https://github.com/xtaci/kcp-go")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bhg7bfc0r4a7i516xasq3i5ln15lsalm7i53b4nchba6db7mq14"))))
|
"1mdfsya4y04nycfgsk9ghm67zpim5pw78si3f1566xgrv4ghl0ni"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-golang-org-x-net-ipv4" ,go-golang-org-x-net-ipv4)
|
`(("go-golang-org-x-net-ipv4" ,go-golang-org-x-net-ipv4)
|
||||||
("go-github-com-templexxx-reedsolomon"
|
("go-github-com-klauspost-reedsolomon"
|
||||||
,go-github-com-templexxx-reedsolomon)
|
,go-github-com-klauspost-reedsolomon)
|
||||||
("go-github-com-tjfoc-gmsm-sm4" ,go-github-com-tjfoc-gmsm-sm4)
|
("go-github-com-tjfoc-gmsm-sm4" ,go-github-com-tjfoc-gmsm-sm4)
|
||||||
("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
|
("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
|
||||||
("go-golang-org-x-crypto" ,(go-golang-org-x-crypto-union))
|
("go-golang-org-x-crypto" ,(go-golang-org-x-crypto-union))
|
||||||
("go-github-com-templexxx-xor" ,go-github-com-templexxx-xor)))
|
("go-github-com-templexxx-xor" ,go-github-com-templexxx-xor)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/AudriusButkevicius/kcp-go"
|
'(#:import-path "github.com/xtaci/kcp-go"
|
||||||
|
;; XXX update comment
|
||||||
;; 'TestListenerClose' is known to fail. It seems that the test suite
|
;; 'TestListenerClose' is known to fail. It seems that the test suite
|
||||||
;; is not being used upstream:
|
;; is not being used upstream:
|
||||||
;; https://github.com/AudriusButkevicius/kcp-go/pull/1
|
;; https://github.com/AudriusButkevicius/kcp-go/pull/1
|
||||||
|
|
Loading…
Reference in a new issue