[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/31: gnu: go-github-com-multiformats-go-multihash: Update to 0.0.1.
From: |
guix-commits |
Subject: |
08/31: gnu: go-github-com-multiformats-go-multihash: Update to 0.0.1. |
Date: |
Fri, 12 Apr 2024 12:02:42 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b341e906a557d2c583738d454d354a53ac0db578
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 12 13:02:39 2024 +0100
gnu: go-github-com-multiformats-go-multihash: Update to 0.0.1.
* gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash):
Update to 0.0.1.
[propagated-inputs]: Remove go-github-com-spaolacci-murmur3; add
go-github-com-gxed-hashland-murmur3.
Change-Id: I95de6ec0b05ce4c25e79fecdae59fd7a8529fe0f
---
gnu/packages/golang-crypto.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 24e114166c..b92e4c209a 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -836,34 +836,32 @@ Architecture Processors\" by J. Guilford et al.")
(license license:asl2.0)))
(define-public go-github-com-multiformats-go-multihash
- (let ((commit "97cdb562a04c6ef66d8ed40cd62f8fbcddd396d6")
- (revision "0"))
(package
(name "go-github-com-multiformats-go-multihash")
- (version (git-version "1.0.8" revision commit))
+ (version "0.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/multiformats/go-multihash";)
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02wd9akrwy4y5m0nig9m24p14bjjgb4n1djydrq8cm4yhbvjrrk0"))))
+ (base32 "1aw4ra22g3l98bk7c3h1n968vi5a3gk528g4byj3xig76r0r731n"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/multiformats/go-multihash"))
(propagated-inputs
- (list go-github-com-mr-tron-base58
- go-github-com-gxed-hashland-keccakpg
+ (list go-github-com-gxed-hashland-keccakpg
+ go-github-com-gxed-hashland-murmur3
go-github-com-minio-blake2b-simd
go-github-com-minio-sha256-simd
- go-github-com-spaolacci-murmur3
+ go-github-com-mr-tron-base58
go-golang-org-x-crypto))
(home-page "https://github.com/multiformats/go-multihash";)
(synopsis "Multihash implementation in Go")
(description "Multihash implementation in Go.")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-operatorfoundation-ed25519
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
- 11/31: gnu: Add specification-multicodec., (continued)
- 11/31: gnu: Add specification-multicodec., guix-commits, 2024/04/12
- 02/31: gnu: go-github-com-fatih-color: Move to golang-xyz., guix-commits, 2024/04/12
- 14/31: gnu: restic-rest-server: Refresh package style., guix-commits, 2024/04/12
- 15/31: gnu: Add go-github-com-hashicorp-golang-lru., guix-commits, 2024/04/12
- 20/31: gnu: go-go-uber-org-atomic: Move to golang-xyz., guix-commits, 2024/04/12
- 22/31: gnu: go-go-uber-org-goleak: Enable tests., guix-commits, 2024/04/12
- 23/31: gnu: go-go-uber-org-goleak: Move to golang-check., guix-commits, 2024/04/12
- 25/31: gnu: go-go-uber-org-multierr: Move to golang-xyz., guix-commits, 2024/04/12
- 19/31: gnu: Add go-go-uber-org-dig., guix-commits, 2024/04/12
- 30/31: gnu: go-github-com-hashicorp-go-multierror: Adjust inputs., guix-commits, 2024/04/12
- 08/31: gnu: go-github-com-multiformats-go-multihash: Update to 0.0.1.,
guix-commits <=
- 31/31: gnu: kubo: Unbundle more packages., guix-commits, 2024/04/12
- 05/31: gnu: robocut: Refresh package style., guix-commits, 2024/04/12
- 17/31: gnu: go-github-com-pbnjay-memory: Update to 0.0.0-2.7b4eea6., guix-commits, 2024/04/12
- 07/31: gnu: Add go-github-com-gxed-hashland-murmur3., guix-commits, 2024/04/12
- 10/31: gnu: Add specification-multihash., guix-commits, 2024/04/12
- 12/31: gnu: Add go-github-com-multiformats-go-multihash-0.2.3., guix-commits, 2024/04/12
- 18/31: gnu: Add go-github-com-stretchr-testify-next., guix-commits, 2024/04/12
- 21/31: gnu: go-go-uber-org-atomic: Fix home-page., guix-commits, 2024/04/12
- 29/31: gnu: Add go-go-uber-org-fx., guix-commits, 2024/04/12
- 26/31: gnu: go-go-uber-org-multierr: Fix home-page., guix-commits, 2024/04/12