mbox series

[bug#70234,v2,0/4] gnu: Add go-github-com-multiformats-go-multibase.

Message ID cover.1712391354.git.poptsov.artyom@gmail.com
Headers show
Series gnu: Add go-github-com-multiformats-go-multibase. | expand

Message

Artyom V. Poptsov April 6, 2024, 8:30 a.m. UTC
This patch series adds "go-multibase" package along with its dependencies.
The package is required for the newer Kubo (IPFS) versions.

The patch series is updated based on recommendations from Sharlatan Hellseher,
namely "multibase" specification is placed into a new separate module named
"specifications.scm".

Artyom V. Poptsov (4):
  gnu: Add go-github-com-multiformats-go-base32.
  gnu: Add go-github-com-multiformats-go-base36.
  gnu: Add specification-multibase.
  gnu: Add go-github-com-multiformats-go-multibase.

 gnu/local.mk                    |  3 +-
 gnu/packages/golang-xyz.scm     | 86 ++++++++++++++++++++++++++++++++-
 gnu/packages/specifications.scm | 53 ++++++++++++++++++++
 3 files changed, 140 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/specifications.scm


base-commit: bfc614397b5f146056bda4b5a8e3a67bd1ca7b23

Comments

Sharlatan Hellseher April 6, 2024, 10:06 p.m. UTC | #1
Pushed as 93b19868e6..b315f4d575 to master with minor modifications.

--
Oleg