gnu: go-github-com-minio-sha256-simd: Update to 0.1.0.

* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to
0.1.0.
This commit is contained in:
Leo Famulari 2019-10-16 15:49:02 -04:00
parent 17436233f6
commit be47a83abb
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1957,21 +1957,19 @@ needing to use secp256k1 elliptic curve cryptography.")
(license license:isc)))) (license license:isc))))
(define-public go-github-com-minio-sha256-simd (define-public go-github-com-minio-sha256-simd
(let ((commit "cc1980cb03383b1d46f518232672584432d7532d")
(revision "3"))
(package (package
(name "go-github-com-minio-sha256-simd") (name "go-github-com-minio-sha256-simd")
(version (git-version "0.0.0" revision commit)) (version "0.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/minio/sha256-simd.git") (url "https://github.com/minio/sha256-simd.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
"04fp98nal0wsb26zwhw82spn5camxslc68g3xp8g4af9w6k9g31j")))) "1ym7vkjc3ps9fm8p6qk8rq7c3dj6a3nwihfryzig9g07rqnxr49k"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/minio/sha256-simd")) '(#:import-path "github.com/minio/sha256-simd"))
@ -1990,7 +1988,7 @@ This package uses Golang assembly. The AVX512 version is based on the Intel's
\"multi-buffer crypto library for IPSec\" whereas the other Intel \"multi-buffer crypto library for IPSec\" whereas the other Intel
implementations are described in \"Fast SHA-256 Implementations on Intel implementations are described in \"Fast SHA-256 Implementations on Intel
Architecture Processors\" by J. Guilford et al.") Architecture Processors\" by J. Guilford et al.")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public go-github-com-libp2p-go-libp2p-crypto (define-public go-github-com-libp2p-go-libp2p-crypto
(let ((commit "7240b40a3ddc47c4d17c15baabcbe45e5219171b") (let ((commit "7240b40a3ddc47c4d17c15baabcbe45e5219171b")