gnu: Add go-github-com-letsencrypt-pebble-v2.

* gnu/packages/golang-web.scm (go-github-com-letsencrypt-pebble-v2): New variable.

Change-Id: I3cc211084510bc6afabdf4e3e01bce9358f20a5e
This commit is contained in:
Sharlatan Hellseher 2025-06-10 15:32:27 +01:00
parent b777c385a3
commit 68c84aa159
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5668,6 +5668,37 @@ Features:
server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.") server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.")
(license license:mpl2.0))) (license license:mpl2.0)))
(define-public go-github-com-letsencrypt-pebble-v2
(package
(name "go-github-com-letsencrypt-pebble-v2")
(version "2.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/letsencrypt/pebble")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "17jqkmgh8hl4cazslnjc90blzncqv5g2h0nf1bihpc26x7an3xqx"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/letsencrypt/pebble/v2"))
(propagated-inputs
(list go-github-com-go-jose-go-jose-v4
go-github-com-letsencrypt-challtestsrv
go-github-com-miekg-dns))
(home-page "https://github.com/letsencrypt/pebble")
(synopsis "RFC 8555 ACME test server")
(description
"This package provides a miniature version of
@url{https://github.com/letsencrypt/boulder, Boulder}, Pebble is a small
@url{https://github.com/ietf-wg-acme/acme, ACME} test server not suited for
use as a production CA.")
(license license:mpl2.0)))
(define-public go-github-com-levigross-grequests (define-public go-github-com-levigross-grequests
(package (package
(name "go-github-com-levigross-grequests") (name "go-github-com-levigross-grequests")