gnu: Add go-github-com-puerkitobio-purell.

* gnu/packages/golang-web.scm (go-github-com-puerkitobio-purell): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib7dc05b5c4fd554e3ee6a0a5b297bbb1a3daaa4c
This commit is contained in:
Leo Nikkilä 2024-08-18 21:49:52 +01:00 committed by Sharlatan Hellseher
parent 26df8fe10a
commit 01d65dfa04
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -3403,6 +3403,31 @@ Caching.")
to jQuery to the Go language.")
(license license:bsd-3)))
(define-public go-github-com-puerkitobio-purell
(package
(name "go-github-com-puerkitobio-purell")
(version "1.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/PuerkitoBio/purell")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zv1pkfvnrpv18ji3mgqa1k77h066yz5hvhdr1mxdz19kdjc5l43"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/PuerkitoBio/purell"))
(propagated-inputs
(list go-golang-org-x-net go-golang-org-x-text))
(home-page "https://github.com/PuerkitoBio/purell")
(synopsis "Tiny Go library to normalize URLs")
(description
"This package provides implements a functionality of URL normalizer as
described in @url{http://tools.ietf.org/html/rfc3986#section-6, RFC 3986}.")
(license license:bsd-3)))
(define-public go-github-com-quic-go-qpack
(package
(name "go-github-com-quic-go-qpack")