gnu: Add go-github-com-gowebpki-jcs.

* gnu/packages/golang-xyz.scm (go-github-com-gowebpki-jcs): New variable.

Change-Id: If888f1cd6ebe19c9365070f03dde4d9b7cbfeee5
This commit is contained in:
Sharlatan Hellseher 2025-08-19 21:24:50 +01:00
parent 522b24adaa
commit b5ffb58562
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8899,6 +8899,32 @@ provides a buffered io.Writer that is flushed at a timed interval.")
@code{wrapErrorsUsing}.")
(license license:expat)))
(define-public go-github-com-gowebpki-jcs
(package
(name "go-github-com-gowebpki-jcs")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gowebpki/jcs")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0cgclrxdkxrbch0791m4ijs9a4g4zn355k8griavaadjy87l3qq8"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/gowebpki/jcs"))
(native-inputs
(list go-github-com-stretchr-testify))
(home-page "https://github.com/gowebpki/jcs")
(synopsis "JSON Canonicalization")
(description
"Package jcs transforms UTF-8 JSON data into a canonicalized version
according @@url{https://rfc-editor.org/rfc/rfc8785.html, RFC 8785}.")
(license license:asl2.0)))
(define-public go-github-com-guptarohit-asciigraph
(package
(name "go-github-com-guptarohit-asciigraph")