1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

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