mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add go-github-com-gxed-hashland-murmur3.
* gnu/packages/golang-crypto.scm (go-github-com-gxed-hashland-murmur3): New variable. Change-Id: I9085a373fa298d3359d164768a613a7a56c948db
This commit is contained in:
parent
eef9ae4dbf
commit
5eea7f6597
1 changed files with 14 additions and 0 deletions
|
@ -555,6 +555,20 @@ (define-public go-github-com-gxed-hashland-keccakpg
|
|||
hash algorithm. See http://keccak.noekeon.org.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-gxed-hashland-murmur3
|
||||
(package
|
||||
(inherit go-github-com-gxed-hashland)
|
||||
(name "go-github-com-gxed-hashland-murmur3")
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/gxed/hashland/murmur3"
|
||||
#:unpack-path "github.com/gxed/hashland"))
|
||||
(synopsis "Golang implementation of MurmurHash3 algorithm")
|
||||
(description
|
||||
"This package provides a native Go implementation of
|
||||
@url{https://en.wikipedia.org/wiki/MurmurHash, Austin Appleby's third
|
||||
MurmurHash} revision (aka MurmurHash3).")))
|
||||
|
||||
(define-public go-github-com-jcmturner-aescts-v2
|
||||
(package
|
||||
(name "go-github-com-jcmturner-aescts-v2")
|
||||
|
|
Loading…
Reference in a new issue