gnu: go-github-com-minio-sha256-simd: Update to 0.0.0-1.ad98a36.
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): Update to 0.0.0-1.ad98a36.master
parent
38ea280286
commit
b12df4f544
|
@ -554,8 +554,8 @@ database/sql package.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-minio-sha256-simd
|
(define-public go-github-com-minio-sha256-simd
|
||||||
(let ((commit "6124d070eb4e7001c244b6ccc282620a5dce44a0")
|
(let ((commit "ad98a36ba0da87206e3378c556abbfeaeaa98668")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(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))
|
||||||
|
@ -567,7 +567,7 @@ database/sql package.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1azrdp7x7vl9ngkxs890blspz0345xhadvssdlb0435hdqa0gkll"))))
|
"0yfnqn3kqdnlfm54yvc4fr5vpdmwdi2kw571nlkbpmy8ldhsqqfi"))))
|
||||||
(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"))
|
||||||
|
|
Reference in New Issue