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:
parent
42cfb8540f
commit
8f70c28459
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue