emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69967: closed ([PATCH] gnu: go-github-com-multiformats-go-varint: Bu


From: GNU bug Tracking System
Subject: bug#69967: closed ([PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.)
Date: Sun, 24 Mar 2024 22:19:01 +0000

Your message dated Sun, 24 Mar 2024 22:16:27 +0000
with message-id <87wmpr5l8k.fsf@gmail.com>
and subject line [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix. 
has caused the debbugs.gnu.org bug report #69967,
regarding [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69967: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69967
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix. Date: Sun, 24 Mar 2024 22:16:27 +0000
Pushed as db340ca57a7991b0b2c8c4c5f5c28e218b2ad700 to master with minor
commit message adjustments.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]