mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-twmb-murmur3: Update to 1.1.8.
* gnu/packages/golang.scm (go-github-com-twmb-murmur3): Update to 1.1.8. Change-Id: I6e52ea89c044b5ebf1bf68d665c8dae5b0f9860e
This commit is contained in:
parent
833af5c4e3
commit
07f35737e3
1 changed files with 2 additions and 2 deletions
|
@ -3001,7 +3001,7 @@ required by Go's standard Hash interface.")
|
|||
(define-public go-github-com-twmb-murmur3
|
||||
(package
|
||||
(name "go-github-com-twmb-murmur3")
|
||||
(version "1.1.3")
|
||||
(version "1.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3011,7 +3011,7 @@ required by Go's standard Hash interface.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00riapwkyf23l5wyis47mbr8rwr4yrjw491jfc30wpzs111c1gyy"))))
|
||||
"064bbgbgc45i3m9b3rqyw09g0nlrjs7dq1k716i5f06zjjpr56wg"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/twmb/murmur3"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue