guix-commits
[Top][All Lists]
Advanced

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

310/401: gnu: Add go-github-com-hebcal-greg.


From: guix-commits
Subject: 310/401: gnu: Add go-github-com-hebcal-greg.
Date: Thu, 26 Dec 2024 19:31:17 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit eda629873408f47fa5af8a296e88bbafc675e123
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 22 16:23:28 2024 +0000

    gnu: Add go-github-com-hebcal-greg.
    
    * gnu/packages/golang-xyz.scm (go-github-com-hebcal-greg): New variable.
    
    Change-Id: I96dd53035c555e29347ba31000f463b09acb2156
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fbee464e55..040841ed09 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4996,6 +4996,31 @@ expressing configuration which is easy for both humans 
and machines to read.")
     (home-page "https://github.com/hashicorp/hcl";)
     (license license:mpl2.0)))
 
+(define-public go-github-com-hebcal-greg
+  (package
+    (name "go-github-com-hebcal-greg")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/hebcal/greg";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1cf53ay6sj0m635k9p3f64iw03asx81aqmyrk102lzmhg838mq1a"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/hebcal/greg"))
+    (native-inputs (list go-github-com-stretchr-testify))
+    (home-page "https://github.com/hebcal/greg";)
+    (synopsis "Converts between Gregorian dates and Rata Die day numbers")
+    (description
+     "Hebcal's greg package converts between Gregorian dates and R.D. (Rata
+Die) day numbers.")
+    (license license:gpl2)))
+
 (define-public go-github-com-hhrutter-tiff
   (package
     (name "go-github-com-hhrutter-tiff")



reply via email to

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