~ruther/guix-local

038257d3b58ebfd4abb2eddd326c3b40467dde35 — Maxim Cournoyer 11 months ago 3e8972c
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang-build.scm
M gnu/packages/golang-build.scm => gnu/packages/golang-build.scm +2 -2
@@ 93,7 93,7 @@ automatically resolves shift / reduce and reduce / reduce conflicts.")
(define-public go-github-com-golang-glog
  (package
    (name "go-github-com-golang-glog")
    (version "1.2.3")
    (version "1.2.5")
    (source
     (origin
       (method git-fetch)


@@ 102,7 102,7 @@ automatically resolves shift / reduce and reduce / reduce conflicts.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1sfgcf18wg4glcamgq9njmbny17xq0dd14g3094sj5c1cwjij982"))))
        (base32 "15gza8cb5qs8brwqjn1lpbm9p5z5332m44gmxz9m0qxkr27lcmhr"))))
    (build-system go-build-system)
    (arguments
     (list