1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: go-github-com-hebcal-hebcal-go: Update to 0.9.31.

* gnu/packages/golang.scm (go-github-com-hebcal-hebcal-go): Update to 0.9.31.
[propagated-inputs]: Add go-github-com-dustin-go-humanize, go-github-com-hebcal-greg, and
go-github-com-hebcal-hdate.

Change-Id: I90d111caefae7e3b4fae492d7405d490586c2cd6
This commit is contained in:
Sharlatan Hellseher 2024-12-22 16:23:29 +00:00
parent cb26bb6d75
commit f5d3fd731a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2608,21 +2608,19 @@ Hebrew letters.")
(license license:bsd-2)))) (license license:bsd-2))))
(define-public go-github-com-hebcal-hebcal-go (define-public go-github-com-hebcal-hebcal-go
(let ((commit "d42e881860cfc9e8249fc79f268091c3c4d36b0d")
(revision "0"))
(package (package
(name "go-github-com-hebcal-hebcal-go") (name "go-github-com-hebcal-hebcal-go")
(version (git-version "0.9.11" revision commit)) (version "0.9.31")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/hebcal/hebcal-go") (url "https://github.com/hebcal/hebcal-go")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1m9akb8pwxchpaci05gambshrzw626gsrfhl25f36vjl7mq5292n")))) "1vccmjb4g8g8x733a45g78lz25k2a0avsq4zvlp94varssk8wj1q"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/hebcal/hebcal-go" (list #:import-path "github.com/hebcal/hebcal-go"
@ -2635,7 +2633,10 @@ Hebrew letters.")
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))
(propagated-inputs (propagated-inputs
(list go-github-com-hebcal-gematriya (list go-github-com-dustin-go-humanize
go-github-com-hebcal-gematriya
go-github-com-hebcal-greg
go-github-com-hebcal-hdate
go-github-com-nathan-osman-go-sunrise)) go-github-com-nathan-osman-go-sunrise))
(home-page "https://github.com/hebcal/hebcal-go") (home-page "https://github.com/hebcal/hebcal-go")
(synopsis "Go library for the Hebcal perpetual Jewish calendar") (synopsis "Go library for the Hebcal perpetual Jewish calendar")
@ -2648,7 +2649,7 @@ are approximated based on location.
Torah readings, Daf Yomi, and counting of the Omer can also be Torah readings, Daf Yomi, and counting of the Omer can also be
specified. Algorithms are included to calculate yahrzeits, birthdays, specified. Algorithms are included to calculate yahrzeits, birthdays,
and anniversaries.") and anniversaries.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public go-gopkg.in-tomb.v2 (define-public go-gopkg.in-tomb.v2
(let ((commit "d5d1b5820637886def9eef33e03a27a9f166942c") (let ((commit "d5d1b5820637886def9eef33e03a27a9f166942c")