unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69967] [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
@ 2024-03-23 19:24 Artyom V. Poptsov
  2024-03-24 22:16 ` bug#69967: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-03-23 19:24 UTC (permalink / raw)
  To: 69967; +Cc: Artyom V. Poptsov

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69967: [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
  2024-03-23 19:24 [bug#69967] [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix Artyom V. Poptsov
@ 2024-03-24 22:16 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-03-24 22:16 UTC (permalink / raw)
  To: 69967-done

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]


Pushed as db340ca57a7991b0b2c8c4c5f5c28e218b2ad700 to master with minor
commit message adjustments.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-24 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 19:24 [bug#69967] [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix Artyom V. Poptsov
2024-03-24 22:16 ` bug#69967: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).