[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0.
From: |
guix-commits |
Subject: |
15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0. |
Date: |
Thu, 13 Feb 2020 19:55:34 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit be47a83abb2cd6b326fa2f2fa3a7751659bb666b
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Oct 16 15:49:02 2019 -0400
gnu: go-github-com-minio-sha256-simd: Update to 0.1.0.
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to
0.1.0.
---
gnu/packages/golang.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b3bcb06..1461324 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1957,27 +1957,25 @@ needing to use secp256k1 elliptic curve cryptography.")
(license license:isc))))
(define-public go-github-com-minio-sha256-simd
- (let ((commit "cc1980cb03383b1d46f518232672584432d7532d")
- (revision "3"))
- (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.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "04fp98nal0wsb26zwhw82spn5camxslc68g3xp8g4af9w6k9g31j"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/minio/sha256-simd"))
- (home-page "https://github.com/minio/sha256-simd")
- (synopsis "Accelerate SHA256 computations in pure Go")
- (description "Accelerate SHA256 computations in pure Go using AVX512 and
+ (package
+ (name "go-github-com-minio-sha256-simd")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/minio/sha256-simd.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ym7vkjc3ps9fm8p6qk8rq7c3dj6a3nwihfryzig9g07rqnxr49k"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/minio/sha256-simd"))
+ (home-page "https://github.com/minio/sha256-simd")
+ (synopsis "Accelerate SHA256 computations in pure Go")
+ (description "Accelerate SHA256 computations in pure Go using AVX512 and
AVX2 for Intel and ARM64 for ARM. On AVX512 it provides an up to 8x
improvement (over 3 GB/s per core) in comparison to AVX2.
@@ -1990,7 +1988,7 @@ This package uses Golang assembly. The AVX512 version is
based on the Intel's
\"multi-buffer crypto library for IPSec\" whereas the other Intel
implementations are described in \"Fast SHA-256 Implementations on Intel
Architecture Processors\" by J. Guilford et al.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public go-github-com-libp2p-go-libp2p-crypto
(let ((commit "7240b40a3ddc47c4d17c15baabcbe45e5219171b")
- 07/35: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0., (continued)
- 07/35: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0., guix-commits, 2020/02/13
- 09/35: gnu: go-github-com-prometheus-client-model: Update to 0.0.2-2.14fe0d1., guix-commits, 2020/02/13
- 10/35: gnu: go-github-com-prometheus-procfs: Update to 0.0.4., guix-commits, 2020/02/13
- 13/35: gnu: go-golang-org-x-time: Update to 0.0.0-2.9d24e82., guix-commits, 2020/02/13
- 12/35: gnu: go-golang-org-x-sys: Update to 0.0.0-5.749cb33., guix-commits, 2020/02/13
- 16/35: gnu: go-github-com-prometheus-client-golang: Update 1.1.0., guix-commits, 2020/02/13
- 18/35: gnu: Move go-github-com-golang-protobuf-proto to the Golang module., guix-commits, 2020/02/13
- 11/35: gnu: go-golang-org-x-net: Update to 0.0.0-4.ba9fcec., guix-commits, 2020/02/13
- 14/35: gnu: go-gopkg.in-asn1-ber.v1: Update to 1.3., guix-commits, 2020/02/13
- 17/35: gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-2.cac0b30., guix-commits, 2020/02/13
- 15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0.,
guix-commits <=
- 19/35: gnu: go-github-com-gogo-protobuf: Update to 1.3.1., guix-commits, 2020/02/13
- 24/35: gnu: Add go-github-com-pmezard-go-difflib., guix-commits, 2020/02/13
- 26/35: gnu: Add go-github-com-russross-blackfriday., guix-commits, 2020/02/13
- 20/35: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0., guix-commits, 2020/02/13
- 32/35: gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2., guix-commits, 2020/02/13
- 34/35: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2020/02/13
- 35/35: gnu: Syncthing: Update to 1.3.4., guix-commits, 2020/02/13
- 31/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.1., guix-commits, 2020/02/13
- 30/35: gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-4.7581283., guix-commits, 2020/02/13
- 21/35: gnu: go-github-com-pkg-errors: Update to 0.9.0., guix-commits, 2020/02/13