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

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

bug#46078: closed ([PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohe


From: GNU bug Tracking System
Subject: bug#46078: closed ([PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex.)
Date: Sun, 24 Jan 2021 18:05:02 +0000

Your message dated Sun, 24 Jan 2021 12:04:10 -0600
with message-id <14abca0c-dc0c-d84f-e6ca-492ad2080f6d@riseup.net>
and subject line Re: bug#46078: Acknowledgement ([PATCH 4/6] gnu: Added 
go-github-com-marcinbor85-gohex.)
has caused the debbugs.gnu.org bug report #46078,
regarding [PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex.
to be marked as done.

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


-- 
46078: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46078
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex. Date: Sun, 24 Jan 2021 11:55:30 -0600
* gnu/packages/golang.scm (go-github-com-marcinbor85-gohex): New variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0cd6053872..da23ec7848 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6726,6 +6726,29 @@ supports Printf/Sprintf etc.")
     (description "A very simple spinner for cli golang apps.")
     (license license:expat)))
 
+(define-public go-github-com-marcinbor85-gohex
+  (let ((commit "baab2527a9a2a4abb3dc06baabedfa5e0268b8d8")
+        (revision "1"))
+    (package
+      (name "go-github-com-marcinbor85-gohex")
+      (version (git-version "0.0.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/marcinbor85/gohex";)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "06v4cc6ld6vvxd4xm9k6l49lhcd9ncq7xfx35mj5b9r96ih49fiz"))
+                (file-name (git-file-name name version))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/marcinbor85/gohex"))
+      (home-page "https://godoc.org/github.com/marcinbor85/gohex";)
+      (synopsis "Parse Intel hex files")
+      (description "A Go library for parsing Intel HEX files.")
+      (license license:expat))))
+
 (define-public go-github-com-songmu-gitconfig
   (package
     (name "go-github-com-songmu-gitconfig")
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#46078: Acknowledgement ([PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex.) Date: Sun, 24 Jan 2021 12:04:10 -0600


--- End Message ---

reply via email to

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