me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-thejerf-suture-v4.

* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture-v4): New variable.

Change-Id: If54702c8b0a9eec19af72dc513a8d6551966fc2d
master
Sharlatan Hellseher 2024-06-27 15:01:07 +01:00
parent 5cc35758e5
commit 2494d95ede
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 15 additions and 0 deletions

View File

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