gnu: Add go-github-com-mholt-acmez-v3.

* gnu/packages/golang-web.scm (go-github-com-mholt-acmez-v3): New variable.

Change-Id: I6ee38076e931d8a0c64ffb82f7131bfeb57b4e27
This commit is contained in:
Sharlatan Hellseher 2025-05-29 00:26:59 +01:00
parent a85eba7920
commit b1b381ad83
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6801,6 +6801,24 @@ RFC 8737} (tls-alpn-01 challenge), @url{https://tools.ietf.org/html/rfc8823, RFC
@end itemize")
(license license:asl2.0)))
(define-public go-github-com-mholt-acmez-v3
(package
(inherit go-github-com-mholt-acmez-v2)
(name "go-github-com-mholt-acmez-v3")
(version "3.1.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mholt/acmez")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0knh1j9679ma50myh38nj1hpgifk2h3jyn70nnjsmmmm6whysnlg"))))
(arguments
(list
#:import-path "github.com/mholt/acmez/v3"))))
(define-public go-github-com-microcosm-cc-bluemonday
(package
(name "go-github-com-microcosm-cc-bluemonday")