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.
master
Ricardo Wurmus 2019-02-04 12:13:07 +01:00
parent e24ef3698d
commit c5b806a94a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 1 additions and 26 deletions

View File

@ -2734,7 +2734,7 @@ needing to use secp256k1 elliptic curve cryptography.")
(define-public go-github-com-minio-sha256-simd
(let ((commit "51976451ce1942acbb55707a983ed232fa027110")
(revision "0"))
(revision "2"))
(package
(name "go-github-com-minio-sha256-simd")
(version (git-version "0.0.0" revision commit))

View File

@ -366,31 +366,6 @@ database/sql package.")
(home-page "https://github.com/lib/pq")
(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
(package
(name "go-github-com-oschwald-geoip2-golang")