gnu: go-github-com-cespare-xxhash: Remove benchmarks.

* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash)
[source]: Remove benchmarks.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iabfcb76235206ffc2a9afb8d3cf185ebba99b59c
This commit is contained in:
Troy Figiel 2024-02-11 12:32:03 +01:00 committed by Sharlatan Hellseher
parent 33183150c2
commit 3463158205
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -272,7 +272,9 @@ (define-public go-github-com-cespare-xxhash
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))))
(base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "xxhashbench"))))
(build-system go-build-system)
(arguments
(list