mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue