mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-cespare-xxhash-v2: Update to 2.3.0.
* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash-v2): Update to 2.3.0. Change-Id: I07f4933769c9f32a1c9c785497300ff83acd8f7c
This commit is contained in:
parent
4ded4c6b71
commit
5b9fa4a27c
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ described at @url{https://xxhash.com/}.")
|
|||
(package
|
||||
(inherit go-github-com-cespare-xxhash)
|
||||
(name "go-github-com-cespare-xxhash-v2")
|
||||
(version "2.1.2")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -440,7 +440,7 @@ described at @url{https://xxhash.com/}.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))
|
||||
(base32 "1fhpn8iwb0p44sqi1hflgxpvy83krpi8gd0dd66m7756wszy3g6r"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "xxhashbench"))))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue