guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 123fae82f75a3006b133dad9533a79c5c1644ab1
Author: Maxim Cournoyer <[email protected]>
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 <[email protected]>
---
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