[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")
- 107/401: gnu: go-github-com-go-sql-driver-mysql: Move to golang-xyz., (continued)
- 107/401: gnu: go-github-com-go-sql-driver-mysql: Move to golang-xyz., guix-commits, 2024/12/26
- 121/401: gnu: go-github-com-sirupsen-logrus: Adjust inputs., guix-commits, 2024/12/26
- 103/401: gnu: Add go-github-com-goccmack-gocc., guix-commits, 2024/12/26
- 118/401: gnu: Add go-github-com-jackc-pgconn., guix-commits, 2024/12/26
- 111/401: gnu: Add go-github-com-jackc-pgio., guix-commits, 2024/12/26
- 119/401: gnu: go-github-com-sirupsen-logrus: Skip one test., guix-commits, 2024/12/26
- 122/401: gnu: go-github-com-go-quicktest-qt: Skip some failing tests., guix-commits, 2024/12/26
- 112/401: gnu: Add go-github-com-jackc-pgpassfile., guix-commits, 2024/12/26
- 139/401: gnu: Add go-github-com-jackc-pgx., guix-commits, 2024/12/26
- 134/401: gnu: go-github-com-pkg-errors: Move to golang-build., guix-commits, 2024/12/26
- 310/401: gnu: Add go-github-com-hebcal-greg.,
guix-commits <=
- 308/401: gnu: Add go-go-opentelemetry-io-otel-sdk-metric., guix-commits, 2024/12/26
- 315/401: gnu: go-github-com-pborman-getopt: Move to golang-xyz., guix-commits, 2024/12/26
- 326/401: gnu: Add go-github-com-kardianos-service., guix-commits, 2024/12/26
- 318/401: gnu: hebcal: Fix indentation., guix-commits, 2024/12/26
- 334/401: gnu: Add go-github-com-zeebo-blake3-avo., guix-commits, 2024/12/26
- 335/401: gnu: containerd: Fix tests., guix-commits, 2024/12/26
- 338/401: gnu: go-github-com-bits-and-blooms-bloom-v3: Fix import path., guix-commits, 2024/12/26
- 324/401: gnu: go-github-com-jbenet-go-context: Move to golang-xyz., guix-commits, 2024/12/26
- 343/401: gnu: go-github-com-skratchdot-open-golang: Update to 0.0.0-20200116055534-eef842397966., guix-commits, 2024/12/26
- 321/401: gnu: go-github-com-gogo-protobuf: Move to golang-web., guix-commits, 2024/12/26