guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 787f74df3fad4f92351c3b4e260590585f1c529e Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Mon Jun 2 09:00:17 2025 +0900
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 <sharlata...@gmail.com> --- gnu/packages/golang-build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index bb2c73b66c..29ee474656 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -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