[PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.

  • Done
  • quality assurance status badge
Details
2 participants
  • Artyom V. Poptsov
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 12 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
11a8cb4aa2c96948f4b267e4e102a55fce5b36da.1711221880.git.poptsov.artyom@gmail.com
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-varint):
[arguments]: Bugfix: Replace occurrences of "go-options" with "go-varint"
[home-page]: Likewise.

Change-Id: I0ded7b789024555c4e313ce21d3c42eadf3ae579
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (19 lines)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cf0b52a043..65de42f642 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1382,8 +1382,8 @@ (define-public go-github-com-multiformats-go-varint
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/mreiferson/go-options"))
- (home-page "https://github.com/mreiferson/go-options")
+ #:import-path "github.com/multiformats/go-varint"))
+ (home-page "https://github.com/multiformats/go-varint")
(synopsis "Varint helpers that enforce minimal encoding")
(description
"This package provides a functionality for encoding and decoding unsigned

base-commit: bf530017f0e847ae895919b32ef37d79fa636a1e
--
2.41.0
Sharlatan Hellseher wrote 12 months ago
[PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
(address . 69967-done@debbugs.gnu.org)
87wmpr5l8k.fsf@gmail.com
Pushed as db340ca57a7991b0b2c8c4c5f5c28e218b2ad700 to master with minor
commit message adjustments.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmYApjsACgkQdtcnv/Ys
0rXZcg//bFn9v3fQLYdFiOCk+YNTwW1h5c+koGQUhZE08nfV/tszXNMlvlCTL5Do
NqMc7yjgWQz7vt7wzaA1Pqpkyp2vUrPnyxTY3o4qOZ/bgvP6TxVz2Cv2T6eyLX/c
JD4aG1iJtV2KhH96v+pNkHl6a9b8LiixEjopbJXHmePUihjERGw0itWzohwOmc4L
MvLjCMdOW2oqPBiDh9LB1okT/alKhAcCGarQ+s94eaFGrdl2JPxJeZmHg+Z0jyAF
CbJkMt0aX811DsDGyS8ot2JeFomGV4QSs1ejkv3Fox8GKuwm9csx9eScP3EUU5F1
M5ahZHjLwVde4NFfqqSEDMCPPA2bqRUg0AqJz8fWUCAX37NmJlNL/IVx5LgdoCNJ
+SRRZ2zhYlqnzsvkF8K83h+iIlolhPIf39CtDhcD6TzqMF9l7fabytSYlJ+aXYHb
oytQJcoV2LhH8kqpNENCznqxJRNqRJ0JScAaUYK6HsWDw8IJOqAi6YPGmSDOrehc
mzGJFbcQQ4QPr+KOkXDIOLtDO5/ysU9TeMgvL5hvRLzx64VxrlF8urKwFQUlWh6j
7+vJlhrXfmFzPqIke1L6tBGAHy0nPKATdaDKJOsT4WmqH6uzHKVTCumirTSgkzyw
Gl5kvdkcs/007ciHVzyR7nxKbciPNkPm73s2jhfife7HxAntCLM=
=0G00
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69967@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69967
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help