mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d73cbbda3e
commit
0c28ee8cc1
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue