me
/
guix
Archived
1
0
Fork 0

gnu: go-go-uber-org-zap: Update to 1.24.0.

* gnu/packages/golang.scm (go-go-uber-org-zap): Update to 1.24.0.

Change-Id: I3028c065ac71ca3accd2789f491829e466068cc2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Artyom V. Poptsov 2024-03-01 22:58:21 +03:00 committed by Sharlatan Hellseher
parent 7675dec155
commit eb77abfb44
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -9322,7 +9322,7 @@ be used as both a binary and a library.")
(define-public go-go-uber-org-zap
(package
(name "go-go-uber-org-zap")
(version "1.16.0")
(version "1.24.0")
(source
(origin
(method git-fetch)
@ -9331,7 +9331,7 @@ be used as both a binary and a library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "05ix5wg1r8pgi7fb6084lg4x7mrkvzkh1nxa7zj337w5b9xj0myr"))))
(base32 "0lzbbs87fvixzbyv4wpl3s70vm2m0jz2jgdvrviiksc2al451qgs"))))
(build-system go-build-system)
(arguments
'(#:import-path "go.uber.org/zap"