diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 10:26:30 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:39 +0000 |
commit | 8f70c28459a61159bc7d12c6059ab1ba4fdb6234 (patch) | |
tree | 489fc059d0421d573a48b3583be815c12e9583a9 /gnu/packages/golang.scm | |
parent | 42cfb8540f1dadbac80482e1b195fad0323d2c1a (diff) |
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a693e36fb5..1c30eec6c1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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")) |