gnu: go-github-com-golang-glog: Update to 1.2.3.

* gnu/packages/golang-build.scm (go-github-com-golang-glog): Update to 1.2.3.
[native-inputs]: Add go-github-com-google-go-cmp.

Change-Id: Id734965ab56c50d4e5f3619183addb59e72914de
This commit is contained in:
Sharlatan Hellseher 2024-12-03 07:59:14 +00:00
parent 62818680fe
commit 3eb66154fa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -62,7 +62,7 @@
(define-public go-github-com-golang-glog
(package
(name "go-github-com-golang-glog")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method git-fetch)
@ -71,11 +71,13 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1a9ybpgp6grlpbhg2559sh54pxc9qfkhr4zvylw8qv1bny8c90q0"))))
(base32 "1sfgcf18wg4glcamgq9njmbny17xq0dd14g3094sj5c1cwjij982"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/golang/glog"))
(native-inputs
(list go-github-com-google-go-cmp))
(home-page "https://github.com/golang/glog")
(synopsis "Leveled execution logs for Golang")
(description