mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
3189f01401
commit
f0df4829aa
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue