mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-github-com-thejerf-suture-v4.
* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture-v4): New variable. Change-Id: If54702c8b0a9eec19af72dc513a8d6551966fc2d
This commit is contained in:
parent
5cc35758e5
commit
2494d95ede
1 changed files with 15 additions and 0 deletions
|
@ -3555,6 +3555,21 @@ (define-public go-github-com-thejerf-suture
|
|||
environment")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-thejerf-suture-v4
|
||||
(package
|
||||
(inherit go-github-com-thejerf-suture)
|
||||
(name "go-github-com-thejerf-suture-v4")
|
||||
(version "4.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/thejerf/suture")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15qi7v2a1kbf70yi3w6y26wbwj0sm8hv9f6xjrb4rl6nv9l8j88c"))))))
|
||||
|
||||
(define-public go-github-com-tidwall-gjson
|
||||
(package
|
||||
(name "go-github-com-tidwall-gjson")
|
||||
|
|
Loading…
Reference in a new issue