gnu: go-github-com-spaolacci-murmur3: Update to 1.1.0
* gnu/packages/golang.scm (go-github-com-spaolacci-murmur3): Update to 1.1.0.
parent
98c873181a
commit
cb78846c13
|
@ -2131,17 +2131,15 @@ increase approaching hashing speeds of 1GB/sec on a single core.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-spaolacci-murmur3
|
(define-public go-github-com-spaolacci-murmur3
|
||||||
(let ((commit "f09979ecbc725b9e6d41a297405f65e7e8804acc")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spaolacci-murmur3")
|
(name "go-github-com-spaolacci-murmur3")
|
||||||
(version (git-version "1.1" revision commit))
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/spaolacci/murmur3.git")
|
(url "https://github.com/spaolacci/murmur3.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -2151,12 +2149,12 @@ increase approaching hashing speeds of 1GB/sec on a single core.")
|
||||||
'(#:import-path "github.com/spaolacci/murmur3"))
|
'(#:import-path "github.com/spaolacci/murmur3"))
|
||||||
(home-page "https://github.com/spaolacci/murmur3")
|
(home-page "https://github.com/spaolacci/murmur3")
|
||||||
(synopsis "Native MurmurHash3 Go implementation")
|
(synopsis "Native MurmurHash3 Go implementation")
|
||||||
(description "Native Go implementation of Austin Appleby's third
|
(description "Native Go implementation of Austin Appleby's third MurmurHash
|
||||||
MurmurHash revision (aka MurmurHash3).
|
revision (aka MurmurHash3).
|
||||||
|
|
||||||
Reference algorithm has been slightly hacked as to support the streaming mode
|
Reference algorithm has been slightly hacked as to support the streaming mode
|
||||||
required by Go's standard Hash interface.")
|
required by Go's standard Hash interface.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multihash
|
(define-public go-github-com-multiformats-go-multihash
|
||||||
(let ((commit "97cdb562a04c6ef66d8ed40cd62f8fbcddd396d6")
|
(let ((commit "97cdb562a04c6ef66d8ed40cd62f8fbcddd396d6")
|
||||||
|
|
Reference in New Issue