mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
62818680fe
commit
3eb66154fa
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue