mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove go-github-com-multiformats-go-multihas-0.2.3.
* gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihas): Update to 0.2.3. * gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihas-0.2.3): Revmoe variable. * gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-0.12): [propagated-inputs]: Swap go-github-com-multiformats-go-multihas-0.2.3 to go-github-com-multiformats-go-multihas. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-cid): [propagated-inputs]: Swap go-github-com-multiformats-go-multihas-0.2.3 to go-github-com-multiformats-go-multihas. * gnu/packages/ipfs.scm (kubo): [inputs]: Swap go-github-com-multiformats-go-multihas-0.2.3 to go-github-com-multiformats-go-multihas. Change-Id: Ic183a091d05cf93ba7cf430e59bb239951f1384a
This commit is contained in:
parent
46a9857ab0
commit
78257b564c
3 changed files with 9 additions and 35 deletions
|
@ -839,37 +839,6 @@ Architecture Processors\" by J. Guilford et al.")
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multihash
|
(define-public go-github-com-multiformats-go-multihash
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-multiformats-go-multihash")
|
|
||||||
(version "0.0.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/multiformats/go-multihash")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1aw4ra22g3l98bk7c3h1n968vi5a3gk528g4byj3xig76r0r731n"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/multiformats/go-multihash"))
|
|
||||||
(propagated-inputs
|
|
||||||
(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-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)))
|
|
||||||
|
|
||||||
;; XXX: Remove it when all dependent packages are ready to be updated.
|
|
||||||
(define-public go-github-com-multiformats-go-multihash-0.2.3
|
|
||||||
(package
|
|
||||||
(inherit go-github-com-multiformats-go-multihash)
|
|
||||||
(name "go-github-com-multiformats-go-multihash")
|
(name "go-github-com-multiformats-go-multihash")
|
||||||
(version "0.2.3")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
|
@ -881,6 +850,7 @@ Architecture Processors\" by J. Guilford et al.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ydh94083888xl2r4d1grzgqf3c818mkmdpj008jkh6h7m56wc4w"))))
|
(base32 "0ydh94083888xl2r4d1grzgqf3c818mkmdpj008jkh6h7m56wc4w"))))
|
||||||
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:go go-1.21
|
(list #:go go-1.21
|
||||||
#:import-path "github.com/multiformats/go-multihash"
|
#:import-path "github.com/multiformats/go-multihash"
|
||||||
|
@ -909,7 +879,11 @@ Architecture Processors\" by J. Guilford et al.")
|
||||||
go-github-com-multiformats-go-varint
|
go-github-com-multiformats-go-varint
|
||||||
go-github-com-spaolacci-murmur3
|
go-github-com-spaolacci-murmur3
|
||||||
go-golang-org-x-crypto
|
go-golang-org-x-crypto
|
||||||
go-lukechampine-com-blake3))))
|
go-lukechampine-com-blake3))
|
||||||
|
(home-page "https://github.com/multiformats/go-multihash")
|
||||||
|
(synopsis "Multihash implementation in Go")
|
||||||
|
(description "Multihash implementation in Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-operatorfoundation-ed25519
|
(define-public go-github-com-operatorfoundation-ed25519
|
||||||
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
||||||
|
|
|
@ -1390,7 +1390,7 @@ following:
|
||||||
(propagated-inputs (list go-github-com-ipfs-go-cid
|
(propagated-inputs (list go-github-com-ipfs-go-cid
|
||||||
go-github-com-multiformats-go-multibase
|
go-github-com-multiformats-go-multibase
|
||||||
go-github-com-multiformats-go-varint
|
go-github-com-multiformats-go-varint
|
||||||
go-github-com-multiformats-go-multihash-0.2.3
|
go-github-com-multiformats-go-multihash
|
||||||
go-golang-org-x-exp-2023))))
|
go-golang-org-x-exp-2023))))
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multiaddr-dns
|
(define-public go-github-com-multiformats-go-multiaddr-dns
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
#:go go-1.21
|
#:go go-1.21
|
||||||
#:import-path "github.com/ipfs/go-cid"))
|
#:import-path "github.com/ipfs/go-cid"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-multiformats-go-multihash-0.2.3
|
(list go-github-com-multiformats-go-multihash
|
||||||
go-github-com-multiformats-go-multibase
|
go-github-com-multiformats-go-multibase
|
||||||
go-github-com-multiformats-go-varint))
|
go-github-com-multiformats-go-varint))
|
||||||
(home-page "https://github.com/ipfs/go-cid")
|
(home-page "https://github.com/ipfs/go-cid")
|
||||||
|
@ -369,7 +369,7 @@ written in Go.")
|
||||||
go-github-com-minio-sha256-simd
|
go-github-com-minio-sha256-simd
|
||||||
go-github-com-mitchellh-go-homedir
|
go-github-com-mitchellh-go-homedir
|
||||||
go-github-com-mr-tron-base58
|
go-github-com-mr-tron-base58
|
||||||
go-github-com-multiformats-go-multihash-0.2.3
|
go-github-com-multiformats-go-multihash
|
||||||
go-github-com-multiformats-go-multiaddr
|
go-github-com-multiformats-go-multiaddr
|
||||||
go-github-com-multiformats-go-multibase
|
go-github-com-multiformats-go-multibase
|
||||||
go-github-com-multiformats-go-multiaddr-dns
|
go-github-com-multiformats-go-multiaddr-dns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue