gnu: go-github-com-minio-sha256-simd: Remove duplicate.
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): Remove duplicate. * gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Bump revision to supersede the older duplicate.
This commit is contained in:
parent
e24ef3698d
commit
c5b806a94a
|
@ -2734,7 +2734,7 @@ needing to use secp256k1 elliptic curve cryptography.")
|
||||||
|
|
||||||
(define-public go-github-com-minio-sha256-simd
|
(define-public go-github-com-minio-sha256-simd
|
||||||
(let ((commit "51976451ce1942acbb55707a983ed232fa027110")
|
(let ((commit "51976451ce1942acbb55707a983ed232fa027110")
|
||||||
(revision "0"))
|
(revision "2"))
|
||||||
(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))
|
||||||
|
|
|
@ -366,31 +366,6 @@ database/sql package.")
|
||||||
(home-page "https://github.com/lib/pq")
|
(home-page "https://github.com/lib/pq")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-minio-sha256-simd
|
|
||||||
(let ((commit "ad98a36ba0da87206e3378c556abbfeaeaa98668")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-minio-sha256-simd")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/minio/sha256-simd")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0yfnqn3kqdnlfm54yvc4fr5vpdmwdi2kw571nlkbpmy8ldhsqqfi"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/minio/sha256-simd"))
|
|
||||||
(synopsis "Hardware-accelerated SHA256 in Go using SIMD")
|
|
||||||
(description "This packages provides a pure Go implementation of SHA256
|
|
||||||
using SIMD (Single instruction, multiple data) instructions for Intel and ARM
|
|
||||||
architectures.")
|
|
||||||
(home-page "https://github.com/minio/sha256-simd")
|
|
||||||
(license asl2.0))))
|
|
||||||
|
|
||||||
(define-public go-github-com-oschwald-geoip2-golang
|
(define-public go-github-com-oschwald-geoip2-golang
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-oschwald-geoip2-golang")
|
(name "go-github-com-oschwald-geoip2-golang")
|
||||||
|
|
Loading…
Reference in New Issue