gnu: go-github-com-minio-sha256-simd: Update to 0.0.0-3.cc1980c.

* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to
0.0.0-3.cc1980c.
This commit is contained in:
Leo Famulari 2019-03-06 15:54:07 -05:00
parent d73cbbda3e
commit 0c28ee8cc1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2436,8 +2436,8 @@ 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 "51976451ce1942acbb55707a983ed232fa027110") (let ((commit "cc1980cb03383b1d46f518232672584432d7532d")
(revision "2")) (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 (git-version "0.0.0" revision commit))
@ -2450,7 +2450,7 @@ needing to use secp256k1 elliptic curve cryptography.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0kaxvpidf6ygkkb06vi95pirll31jnmywhyalfjvf7djhim2wr8f")))) "04fp98nal0wsb26zwhw82spn5camxslc68g3xp8g4af9w6k9g31j"))))
(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"))