gnu: go-github-com-go-playground-validator-v10: Update to 10.23.0.

* gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): Update to 10.23.0.

Change-Id: I246f9800f069456521c896918912441b78f19124
This commit is contained in:
Sharlatan Hellseher 2024-12-30 10:26:30 +00:00
parent 42cfb8540f
commit 8f70c28459
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2168,7 +2168,7 @@ professionally translated
(define-public go-github-com-go-playground-validator-v10 (define-public go-github-com-go-playground-validator-v10
(package (package
(name "go-github-com-go-playground-validator-v10") (name "go-github-com-go-playground-validator-v10")
(version "10.22.0") (version "10.23.0")
(home-page "https://github.com/go-playground/validator") (home-page "https://github.com/go-playground/validator")
(source (source
(origin (origin
@ -2178,7 +2178,7 @@ professionally translated
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0zff0qpqfzwa4xazppiq7jvpncnmx52m23qi4ih754b7rzhbk0iz")))) (base32 "1frr06zq7fimmfjv9nac2cx9gclydbay0smn2h78znsbrylfhcmz"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/go-playground/validator/v10")) '(#:import-path "github.com/go-playground/validator/v10"))