guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit f0423ab1e79c77f45a96be29c7f155eed158d8f0
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Jun 10 15:32:27 2025 +0100

    gnu: Add go-github-com-letsencrypt-pebble-v2.
    
    * gnu/packages/golang-web.scm (go-github-com-letsencrypt-pebble-v2): New 
variable.
    
    Change-Id: I3cc211084510bc6afabdf4e3e01bce9358f20a5e
---
 gnu/packages/golang-web.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index fbea62f85c..a166f6307c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5342,6 +5342,37 @@ Features:
 server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.")
     (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
   (package
     (name "go-github-com-levigross-grequests")

Reply via email to