gnu: Add go-github-com-thejerf-suture-v4.
* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture-v4): New variable. Change-Id: If54702c8b0a9eec19af72dc513a8d6551966fc2dmaster
parent
5cc35758e5
commit
2494d95ede
|
@ -3555,6 +3555,21 @@ code, and providing hooks to perform adequate logging with in a production
|
|||
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")
|
||||
|
|
Reference in New Issue