diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-29 00:26:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:39 +0100 |
| commit | b1b381ad834f405c1e51d54509fb7b05d2cd8fe2 (patch) | |
| tree | 897e1dcc244f272e095976b21078c867bea09a87 /gnu | |
| parent | a85eba7920ca36d86b6482321b2da2f91d967d90 (diff) | |
gnu: Add go-github-com-mholt-acmez-v3.
* gnu/packages/golang-web.scm (go-github-com-mholt-acmez-v3): New variable.
Change-Id: I6ee38076e931d8a0c64ffb82f7131bfeb57b4e27
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 9c6d0f0b8de..ab9168c495c 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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") |
