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

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

bug#69842: closed ([PATCH] gnu: Add go-github-com-multiformats-go-varint


From: GNU bug Tracking System
Subject: bug#69842: closed ([PATCH] gnu: Add go-github-com-multiformats-go-varint.)
Date: Fri, 22 Mar 2024 00:08:02 +0000

Your message dated Thu, 21 Mar 2024 23:57:03 +0000
with message-id <87y1abw33k.fsf@gmail.com>
and subject line [PATCH] gnu: Add go-github-com-multiformats-go-varint.
has caused the debbugs.gnu.org bug report #69842,
regarding [PATCH] gnu: Add go-github-com-multiformats-go-varint.
to be marked as done.

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


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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add go-github-com-multiformats-go-varint. Date: Thu, 21 Mar 2024 23:57:03 +0000
Pushed as 791578befb7e129f682f38bfe903c23baa46fb91 to master.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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