diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-19 11:52:19 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-29 15:23:58 +0100 |
| commit | b216fbd3e52a344473775d19fde937b2bb796088 (patch) | |
| tree | a0779ec637808f7f8343c3722b683cd35a743d27 /gnu/packages | |
| parent | 510e367d5e54984e9b3f99eca2746b2b9225c975 (diff) | |
gnu: go-github-com-googleapis-enterprise-certificate-proxy: Update to 0.3.14.
* gnu/packages/golang-web.scm (go-github-com-googleapis-enterprise-certificate-proxy): Update to 0.3.14.
[arguments] <tests?, test-subdirs>: Enable some portion of tests.
Change-Id: I0db2cbffd973a2ec8caa158d22f11f2ed74e2b27
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang-web.scm | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index b0cfa725f18..7b5bff759aa 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -7422,7 +7422,7 @@ sanitization, to use in various HTML contexts and with various DOM APIs.") (define-public go-github-com-googleapis-enterprise-certificate-proxy (package (name "go-github-com-googleapis-enterprise-certificate-proxy") - (version "0.3.7") + (version "0.3.14") (source (origin (method git-fetch) @@ -7431,17 +7431,21 @@ sanitization, to use in various HTML contexts and with various DOM APIs.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jblnaa4hn9x5gfrsiw007wws7hy4h795xzzrw2bzf297ydrlnyg")))) + (base32 "16ypygh5jk2ndwkbdai1z23xn872z6fsj1iis28fp6mgw9s89hl8")))) (build-system go-build-system) (arguments (list - #:tests? #f ;; TODO: Tests require additional dependencies #:skip-build? #t - #:import-path "github.com/googleapis/enterprise-certificate-proxy")) + #:import-path "github.com/googleapis/enterprise-certificate-proxy" + ;; TODO: Tests require additional dependencies + #:test-subdirs + #~(list "client" + "client/util" + "internal/signer/util"))) (propagated-inputs - (list go-golang-org-x-sys go-golang-org-x-crypto - ;; go-github-com-google-go-pkcs11 - )) + (list ;; go-github-com-google-go-pkcs11 + go-golang-org-x-crypto + go-golang-org-x-sys)) (home-page "https://github.com/googleapis/enterprise-certificate-proxy") (synopsis "Google Proxies for Enterprise Certificates (GA)") (description |
