mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-oneofone-xxhash: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-oneofone-xxhash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I3cd79794512c92819771d1a639864c8218c1bdbc
This commit is contained in:
parent
493da0697b
commit
da5d887f6f
2 changed files with 32 additions and 30 deletions
|
@ -8013,36 +8013,6 @@ friendly sizes. It converts boring ugly numbers to human-friendly strings and
|
|||
back.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-oneofone-xxhash
|
||||
(package
|
||||
(name "go-github-com-oneofone-xxhash")
|
||||
(version "1.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/OneOfOne/xxhash")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f98qk83l2fhpclvrgyxsa9b8m4pipf11fah85bnjl01wy4lvybw"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/OneOfOne/xxhash"
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-benchmarks
|
||||
(lambda* (#:key import-path #:allow-other-keys)
|
||||
(delete-file-recursively
|
||||
(string-append "src/" import-path "/benchmarks")))))))
|
||||
(home-page "https://github.com/OneOfOne/xxhash")
|
||||
(synopsis "Go implementation of xxHash")
|
||||
(description "This is a native Go implementation of the
|
||||
@url{https://github.com/Cyan4973/xxHash, xxHash} algorithm, an extremely fast
|
||||
non-cryptographic hash algorithm, working at speeds close to RAM limits.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-gopkg-in-djherbis-times-v1
|
||||
(package
|
||||
(name "go-gopkg-in-djherbis-times-v1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue