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

gnu: go-github-com-hebcal-gematriya: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-hebcal-gematriya): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib286d2b41173e4daac1219bfa8f4d839af329010
This commit is contained in:
Sharlatan Hellseher 2025-01-10 20:22:30 +00:00
parent b1001b9822
commit 8ccbb7952a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 24 deletions

View file

@ -6830,6 +6830,30 @@ 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-gematriya
(package
(name "go-github-com-hebcal-gematriya")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hebcal/gematriya")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xmnb2i80dy380yv8c4pd04bbyqgbc7c40p8hz1vqj2lhbm6jabf"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/hebcal/gematriya"))
(home-page "https://github.com/hebcal/gematriya")
(synopsis "Print numbers as Hebrew letters in Go")
(description
"This package provides a Go library for printing numbers as Hebrew
letters.")
(license license:bsd-2)))
(define-public go-github-com-hebcal-greg
(package
(name "go-github-com-hebcal-greg")