summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 20:22:30 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:53 +0000
commit8ccbb7952acb4bb9c27bd08f6db5bb0f6a891815 (patch)
tree1dfa52e6d5563f0a2d7d133e99bb305a3049ae0f
parentb1001b9822adc9d784872c5a8bcc6d721c6dc2ac (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm24
-rw-r--r--gnu/packages/golang.scm24
2 files changed, 24 insertions, 24 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bdb2ad79c0..5fbd472233 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f2c9506073..549e1211f5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1841,30 +1841,6 @@ your Go binary to be later served from an http.FileSystem.")
(description "This package provides additions to Go's stdlib @code{fmt}.")
(license license:bsd-3)))
-(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-gopkg.in-tomb.v2
(let ((commit "d5d1b5820637886def9eef33e03a27a9f166942c")
(revision "0"))