guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0dea54759f9deb58c0eb60b3a6a5b26dbda9cfb7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 11 21:23:49 2026 +0000
gnu: Add go-github-com-letsencrypt-validator-v10.
* gnu/packages/golang-xyz.scm (go-github-com-letsencrypt-validator-v10):
New variable.
Change-Id: Ie3923a38a3891b5832cbbda533f79bfbc5f33705
---
gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2cbda7c446..cfd693bfda 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15165,6 +15165,35 @@ from SQL databases. It uses the @code{database/sql}
package, and should work
with any compliant @code{database/sql} driver.")
(license license:expat)))
+(define-public go-github-com-letsencrypt-validator-v10
+ (package
+ (name "go-github-com-letsencrypt-validator-v10")
+ (version "10.0.0-20230304002924-2ed8f7d619ac")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/letsencrypt/validator")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sjwh635g8mf7s21f56nx99v1hica568j56b2r4bmfnnkm2ncxs2"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/letsencrypt/validator/v10"))
+ (propagated-inputs
+ (list go-github-com-go-playground-assert-v2
+ go-github-com-go-playground-locales
+ go-github-com-go-playground-universal-translator))
+ (home-page "https://github.com/letsencrypt/validator")
+ (synopsis "Go Struct and Field validation")
+ (description
+ "Package validator implements value validations for structs and
+individual fields based on tags. It's an alternative fork of
+@url{https://github.com/go-playground/validator}.")
+ (license license:expat)))
+
(define-public go-github-com-lib-pq
(package
(name "go-github-com-lib-pq")