mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-zeebo-blake3-avo.
* gnu/packages/golang-crypto.scm (go-github-com-zeebo-blake3-avo): New variable. Change-Id: Ice03c8c9680bb368f5b818d4bfc0424744be25eb
This commit is contained in:
parent
8f35f70540
commit
52a3ea8f58
1 changed files with 27 additions and 0 deletions
|
@ -1783,6 +1783,33 @@ PKCS#5 (v2.0) algorithms.")
|
|||
and SSE4.1 acceleration.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public go-github-com-zeebo-blake3-avo
|
||||
(package
|
||||
(name "go-github-com-zeebo-blake3-avo")
|
||||
(version "0.0.0-20240814144702-1a8215cf69be")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zeebo/blake3")
|
||||
(commit (go-version->git-ref version
|
||||
#:subdir "avo"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "117p973ccgalaqg7byj0qcd1xapysplql9np1sr9jkca500khcgf"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/zeebo/blake3/avo"
|
||||
#:unpack-path "github.com/zeebo/blake3"))
|
||||
(propagated-inputs (list go-github-com-mmcloughlin-avo))
|
||||
(home-page "https://github.com/zeebo/blake3")
|
||||
(synopsis "BLAKE3 Avo integration")
|
||||
(description
|
||||
"This package provides a @url{https://github.com/mmcloughlin/avo, avo}
|
||||
vectorized version of BLAKE3 implementation in Golang.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public go-github-com-zeebo-pcg
|
||||
(package
|
||||
(name "go-github-com-zeebo-pcg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue