mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1.
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): Update to 0.18.1. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ia7b89b4f53af9288c9f5c449ef0734f2971031f5
This commit is contained in:
parent
d86c93c9cb
commit
16bcf95282
1 changed files with 2 additions and 2 deletions
|
@ -2929,7 +2929,7 @@ (define-public go-github-com-go-playground-locales
|
|||
(define-public go-github-com-go-playground-universal-translator
|
||||
(package
|
||||
(name "go-github-com-go-playground-universal-translator")
|
||||
(version "0.17.0")
|
||||
(version "0.18.1")
|
||||
(home-page "https://github.com/go-playground/universal-translator")
|
||||
(source
|
||||
(origin
|
||||
|
@ -2939,7 +2939,7 @@ (define-public go-github-com-go-playground-universal-translator
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zdiaisb32iv4x93cpbqrgx8ll7sxh4hcd2iibpswy4bwvjbjlz6"))))
|
||||
(base32 "1lgz9wrkcfx6q3x6i9fprr8rfwnk0c6x61jgzacgikbmzsl7dw6v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/go-playground/universal-translator"))
|
||||
|
|
Loading…
Reference in a new issue