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

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
This commit is contained in:
Sharlatan Hellseher 2025-01-10 20:21:41 +00:00
parent 3042e572be
commit b1001b9822
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")