1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Add go-github-com-hebcal-hdate.

* gnu/packages/golang-xyz.scm (go-github-com-hebcal-hdate): New variable.

Change-Id: Ib259acda2c53e4efab5325f4b560ff3275c35dca
This commit is contained in:
Sharlatan Hellseher 2024-12-22 16:25:28 +00:00
parent 68588c767e
commit cb26bb6d75
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5021,6 +5021,31 @@ expressing configuration which is easy for both humans and machines to read.")
Die) day numbers.") Die) day numbers.")
(license license:gpl2))) (license license:gpl2)))
(define-public go-github-com-hebcal-hdate
(package
(name "go-github-com-hebcal-hdate")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hebcal/hdate")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0i3r3ng9ygd7ly59znw948im4z4sbp23jqj3hhgxabwhh6b8mdmf"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/hebcal/hdate"))
(native-inputs (list go-github-com-stretchr-testify))
(propagated-inputs (list go-github-com-hebcal-greg))
(home-page "https://github.com/hebcal/hdate")
(synopsis "Converts between Hebrew and Gregorian dates")
(description
"Hebcal's hdate package converts between Hebrew and Gregorian dates.")
(license license:gpl2)))
(define-public go-github-com-hhrutter-tiff (define-public go-github-com-hhrutter-tiff
(package (package
(name "go-github-com-hhrutter-tiff") (name "go-github-com-hhrutter-tiff")