gnu: go-github-com-sirupsen-logrus: Update to 1.9.0.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.9.0.
This commit is contained in:
parent
1d49fd4fab
commit
8772030630
1 changed files with 2 additions and 2 deletions
|
@ -3800,7 +3800,7 @@ application's http.Handlers.")
|
||||||
(define-public go-github-com-sirupsen-logrus
|
(define-public go-github-com-sirupsen-logrus
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sirupsen-logrus")
|
(name "go-github-com-sirupsen-logrus")
|
||||||
(version "1.8.1")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3810,7 +3810,7 @@ application's http.Handlers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42"))))
|
"12i402dxq5js4npnncg043vx874h6nk4ffn4gswcccxrp6h10ivz"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-davecgh-go-spew go-github-com-pmezard-go-difflib
|
(list go-github-com-davecgh-go-spew go-github-com-pmezard-go-difflib
|
||||||
|
|
Reference in a new issue