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

Previous Next

Package: guix-patches;

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

Date: Sun, 17 Mar 2024 12:12:01 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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: bug#69842: closed ([PATCH] gnu: Add go-github-com-multiformats-go-varint.)
Date: Fri, 22 Mar 2024 00:08:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69842: [PATCH] gnu: Add go-github-com-multiformats-go-varint.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69842 <at> debbugs.gnu.org.

-- 
69842: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69842
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69842-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add go-github-com-multiformats-go-varint.
Date: Thu, 21 Mar 2024 23:57:03 +0000
[Message part 3 (text/plain, inline)]
Pushed as 791578befb7e129f682f38bfe903c23baa46fb91 to master.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: Add go-github-com-multiformats-go-varint.
Date: Sun, 17 Mar 2024 15:10:31 +0300
* gnu/packages/golang.scm (go-github-com-multiformats-go-varint): New
  variable.

Change-Id: Ib2f82fff0fbed00010c2aa7993134d5a855f0d7d
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c386421bec..e78eb23a7a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5256,6 +5256,28 @@ (define-public go-github-com-multiformats-go-multiaddr-net
 as conversion to and from @command{net.Addr}.")
       (license license:expat))))
 
+(define-public go-github-com-multiformats-go-varint
+  (package
+    (name "go-github-com-multiformats-go-varint")
+    (version "0.0.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/multiformats/go-varint")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0l4s0z3rc3d350zp6qximl1jjhic6l8w74wkmx244jgfzsxd93af"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/mreiferson/go-options"))
+    (home-page "https://github.com/mreiferson/go-options")
+    (synopsis "Varint helpers that enforce minimal encoding")
+    (description
+     "Varint helpers that enforce minimal encoding.")
+    (license license:expat)))
+
 (define-public go-github-com-whyrusleeping-tar-utils
   (let ((commit "8c6c8ba81d5c71fd69c0f48dbde4b2fb422b6dfc")
         (revision "0"))

base-commit: c5a8b46ffc535b7c3acc3dfa4af9ee275676dceb
-- 
2.41.0




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

Previous Next


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