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

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

Change-Id: I22441fee91bce8addb693a2de8a6f0b1c6cb2319
This commit is contained in:
Sharlatan Hellseher 2024-06-19 14:25:20 +01:00
parent 3189f01401
commit f0df4829aa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2997,7 +2997,7 @@ (define-public go-github-com-go-playground-validator-v10
(package
(inherit go-gopkg-in-go-playground-validator-v9)
(name "go-github-com-go-playground-validator-v10")
(version "10.18.0")
(version "10.22.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3006,9 +3006,11 @@ (define-public go-github-com-go-playground-validator-v10
(file-name (git-file-name name version))
(sha256
(base32
"1j8q3mlyhjirzr3fjaj0rx9z1pnaav1hjwjwf7982gdl2p9z3mgg"))))
"0zff0qpqfzwa4xazppiq7jvpncnmx52m23qi4ih754b7rzhbk0iz"))))
(arguments
(list #:import-path "github.com/go-playground/validator/v10"))
(list
#:go go-1.21
#:import-path "github.com/go-playground/validator/v10"))
(propagated-inputs
(modify-inputs (package-propagated-inputs
go-gopkg-in-go-playground-validator-v9)