guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 3c62f7b8f0e62d8e4ca0cc72bc5d7b3307491780
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Jun 2 09:00:17 2025 +0900
gnu: go-github-com-google-renameio: Update to 2.0.0.
* gnu/packages/golang-build.scm (go-github-com-google-renameio): Update to
2.0.0.
Change-Id: Ibc452b115f74b225c89b0b90351232b8bc3776d7
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 f693fd5084..e8afa913b2 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -243,7 +243,7 @@ semantically equal.")
(define-public go-github-com-google-renameio
(package
(name "go-github-com-google-renameio")
- (version "1.0.1")
+ (version "2.0.0")
(source
(origin
(method git-fetch)
@@ -252,7 +252,7 @@ semantically equal.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qn84nra9nxqyqg4i496b6ijbhnxvx66hdndwl7qh7r6q8lz2ba5"))))
+ (base32 "13vc7p43zz5pmgli4k18b15khxpca1zd8v1ga0ryq7ddyz55fg7i"))))
(build-system go-build-system)
(arguments
(list