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.5.
* gnu/packages/golang-build.scm (go-github-com-golang-glog): Update to 1.2.5. Change-Id: Iea4c097b337062a7b8e70dd20aa360f9757dfb05 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3e8972c427
commit
038257d3b5
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ automatically resolves shift / reduce and reduce / reduce conflicts.")
|
||||||
(define-public go-github-com-golang-glog
|
(define-public go-github-com-golang-glog
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-golang-glog")
|
(name "go-github-com-golang-glog")
|
||||||
(version "1.2.3")
|
(version "1.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -102,7 +102,7 @@ automatically resolves shift / reduce and reduce / reduce conflicts.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sfgcf18wg4glcamgq9njmbny17xq0dd14g3094sj5c1cwjij982"))))
|
(base32 "15gza8cb5qs8brwqjn1lpbm9p5z5332m44gmxz9m0qxkr27lcmhr"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue