From b5ffb585620474e010a95cfe1590c7d2a0e15aa6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 19 Aug 2025 21:24:50 +0100 Subject: [PATCH] gnu: Add go-github-com-gowebpki-jcs. * gnu/packages/golang-xyz.scm (go-github-com-gowebpki-jcs): New variable. Change-Id: If888f1cd6ebe19c9365070f03dde4d9b7cbfeee5 --- gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f23246a784e38b568569a35853d3e8c611b9e28b..63546c62147630c8c16fc564f011749ef6b3b9d2 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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")