unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 69842@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>,
	cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com
Subject: [bug#69842] [PATCH] gnu: Add go-github-com-multiformats-go-varint.
Date: Sun, 17 Mar 2024 15:10:31 +0300	[thread overview]
Message-ID: <1782b8c82eb20be7624c2fddf9123696deeaf199.1710677431.git.poptsov.artyom@gmail.com> (raw)

* 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





             reply	other threads:[~2024-03-17 12:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 12:10 Artyom V. Poptsov [this message]
2024-03-17 13:42 ` [bug#69842] [PATCH] gnu: Add go-github-com-multiformats-go-varint Sharlatan Hellseher
2024-03-17 14:36   ` Artyom V. Poptsov
2024-03-17 16:23     ` Sharlatan Hellseher
2024-03-21 23:57 ` bug#69842: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1782b8c82eb20be7624c2fddf9123696deeaf199.1710677431.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=69842@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).