diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-10 20:21:41 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:53 +0000 |
commit | b1001b9822adc9d784872c5a8bcc6d721c6dc2ac (patch) | |
tree | 654d6d57f4934919bdb429e467c01a01fcb439f1 /gnu/packages/golang.scm | |
parent | 3042e572beb5e05559f7a9b93a0956ae393dcbd3 (diff) |
gnu: go-github-com-hebcal-gematriya: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-hebcal-gematriya): Update to 1.0.1.
Change-Id: Ia95c0b6f9dd798573faa30181522eca56fd4f1fe
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 3e586758aa..f2c9506073 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1842,17 +1842,15 @@ your Go binary to be later served from an http.FileSystem.") (license license:bsd-3))) (define-public go-github-com-hebcal-gematriya - (let ((commit "fe3043f73e415eb82727701d10f2fb40f87675e9") - (revision "0")) (package (name "go-github-com-hebcal-gematriya") - (version (git-version "1.0.1" revision commit)) + (version "1.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/hebcal/gematriya") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 @@ -1865,7 +1863,7 @@ your Go binary to be later served from an http.FileSystem.") (description "This package provides a Go library for printing numbers as Hebrew letters.") - (license license:bsd-2)))) + (license license:bsd-2))) (define-public go-gopkg.in-tomb.v2 (let ((commit "d5d1b5820637886def9eef33e03a27a9f166942c") |