all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69350] [PATCH] gnu: Add go-github-com-dave-jennifer.
@ 2024-02-24 10:14 Troy Figiel
  2024-03-06 23:57 ` bug#69350: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-24 10:14 UTC (permalink / raw)
  To: 69350

* gnu/packages/golang-xyz.scm (go-github-com-dave-jennifer): New variable.
---
 gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e68948e495..f99949d8ec 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -529,6 +529,29 @@ (define-public go-github-com-cyberdelia-go-metrics-graphite
 metrics to Graphite.")
     (license license:bsd-2)))
 
+(define-public go-github-com-dave-jennifer
+  (package
+    (name "go-github-com-dave-jennifer")
+    (version "1.7.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dave/jennifer")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "01sgafbds8n5zs61qf057whn06yj6avz30xgxk6pllf22528558m"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:go go-1.20
+      #:import-path "github.com/dave/jennifer"))
+    (home-page "https://github.com/dave/jennifer")
+    (synopsis "Code generator for Go")
+    (description "This package provides functionality to generate Go code.")
+    (license license:expat)))
+
 (define-public go-github-com-dimchansky-utfbom
   (package
     (name "go-github-com-dimchansky-utfbom")

base-commit: c0f88cd18649c31c75bcddf8247b14ef3e3a66a5
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69350: [PATCH] gnu: Add go-github-com-dave-jennifer.
  2024-02-24 10:14 [bug#69350] [PATCH] gnu: Add go-github-com-dave-jennifer Troy Figiel
@ 2024-03-06 23:57 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-03-06 23:57 UTC (permalink / raw)
  To: 69350-done

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]


Pushed as fbc7a0efa7136d14265533932a19eb501214e7f9 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-06 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24 10:14 [bug#69350] [PATCH] gnu: Add go-github-com-dave-jennifer Troy Figiel
2024-03-06 23:57 ` bug#69350: " Sharlatan Hellseher

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.