gnu: go-github-com-templexxx-xor: Update to 0.1.2.
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Update to 0.1.2. [propagated-inputs]: Add go-github-com-templexxx-cpufeat.
This commit is contained in:
parent
54a5a8f101
commit
b39bd1d4e5
1 changed files with 22 additions and 22 deletions
|
@ -1627,28 +1627,28 @@ (define-public go-github-com-xtaci-kcp-go
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-templexxx-xor
|
(define-public go-github-com-templexxx-xor
|
||||||
(let ((commit "42f9c041c330b560afb991153bf183c25444bcdc")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-templexxx-xor")
|
||||||
(package
|
(version "0.1.2")
|
||||||
(name "go-github-com-templexxx-xor")
|
(source
|
||||||
(version (git-version "0.0.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/templexxx/xor.git")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/templexxx/xor.git")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"0v1maiii0sggmxk9bgpy6pypb40j3hy2328pc4kd5bldkpdb67d5"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"0ixzk64nyyzas4lyqxdih824xg5f5vph18vyiibmnflwd61m0i78"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
'(#:import-path "github.com/templexxx/xor"))
|
||||||
(arguments
|
(propagated-inputs
|
||||||
'(#:import-path "github.com/templexxx/xor"))
|
`(("go-github-com-templexxx-cpufeat" ,go-github-com-templexxx-cpufeat)))
|
||||||
(synopsis "XOR in Go")
|
(synopsis "XOR in Go")
|
||||||
(description "This packages provides a Go implementation of XOR.")
|
(description "This packages provides a Go implementation of XOR.")
|
||||||
(home-page "https://github.com/templexxx/xor")
|
(home-page "https://github.com/templexxx/xor")
|
||||||
(license expat))))
|
(license expat)))
|
||||||
|
|
||||||
(define-public go-github-com-xtaci-smux
|
(define-public go-github-com-xtaci-smux
|
||||||
(let ((commit "0f6b9aaecaaf354357adc7def9239011ad276776")
|
(let ((commit "0f6b9aaecaaf354357adc7def9239011ad276776")
|
||||||
|
|
Loading…
Reference in a new issue