GNU bug report logs - #69967
[PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 23 Mar 2024 20:41:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 69967 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [bug#69967] [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
Date: Sat, 23 Mar 2024 22:24:40 +0300
* 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





This bug report was last modified 1 year and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.