From: Karl Hallsby via Guix-patches via <guix-patches@gnu.org>
To: 64778@debbugs.gnu.org
Cc: Karl Hallsby <karl@hallsby.com>
Subject: [bug#64778] [PATCH 3/5] gnu: Add go-github-com-marcinbor85-gohex
Date: Fri, 21 Jul 2023 18:50:57 -0500 [thread overview]
Message-ID: <78b4f29776ff534140430460865884dc61c3efa2.1689982943.git.karl@hallsby.com> (raw)
In-Reply-To: <cover.1689982943.git.karl@hallsby.com>
* gnu/packages/golang.scm (go-github-com-marcinbor85-gohex): New
variable. Init on commit 55fb1c62 (master at the time).
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e2ce6bc890..90f80c7e27 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12184,6 +12184,28 @@ (define-public aws-vault
(home-page "https://github.com/99designs/aws-vault")
(license license:expat)))
+(define-public go-github-com-marcinbor85-gohex
+ (let ((commit "55fb1c624d845f0f5b79ee946cf09a15cb50ed89")
+ (revision "0"))
+ (package
+ (name "go-github-com-marcinbor85-gohex")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/marcinbor85/gohex")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0klzqnvmkx6xvy9kc7hbsgpsdcrswnljsq8frf0jxddxi27qh1hn"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/marcinbor85/gohex"))
+ (home-page "https://github.com/marcinbor85/gohex")
+ (synopsis "A Go library for parsing Intel HEX files")
+ (description "A Go library for parsing Intel HEX files")
+ (license license:expat))))
+
(define-public go-github-com-gsterjov-go-libsecret
(let ((commit "a6f4afe4910cad8688db3e0e9b9ac92ad22d54e1")
(revision "0"))
--
2.40.1
next prev parent reply other threads:[~2023-07-21 23:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-21 23:48 [bug#64778] [PATCH 0/5] Add wally-cli Karl Hallsby via Guix-patches via
2023-07-21 23:50 ` [bug#64778] [PATCH 1/5] gnu: Add go-github-com-google-gousb Karl Hallsby via Guix-patches via
2023-07-21 23:50 ` [bug#64778] [PATCH 2/5] gnu: Add go-github-com-cheggaaa-pb-v1 Karl Hallsby via Guix-patches via
2023-07-21 23:50 ` Karl Hallsby via Guix-patches via [this message]
2023-07-21 23:50 ` [bug#64778] [PATCH 4/5] gnu: Add go-github-com-carrlos0-spin Karl Hallsby via Guix-patches via
2023-07-21 23:50 ` [bug#64778] [PATCH 5/5] gnu: Add wally-cli Karl Hallsby via Guix-patches via
2024-03-29 14:26 ` bug#64778: [PATCH 0/5] " 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78b4f29776ff534140430460865884dc61c3efa2.1689982943.git.karl@hallsby.com \
--to=guix-patches@gnu.org \
--cc=64778@debbugs.gnu.org \
--cc=karl@hallsby.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.