sharlatan pushed a commit to branch go-team
in repository guix.
commit bfad718be86ff3df29053a151df07384048edb88
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jul 20 19:56:24 2024 +0100
gnu: go-go-uber-org-goleak: Update to 1.3.0.
* gnu/packages/golang-check.scm (go-go-uber-org-goleak): Update to 1.3.0.
Change-Id: I75bed5c4b6e5de457210fbdbfef530f926b81a9c
---
gnu/packages/golang-check.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 8aaad3967c..9f7a72147b 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1251,7 +1251,7 @@ gracefully enhance standard library testing package and
behaviors of the
(define-public go-go-uber-org-goleak
(package
(name "go-go-uber-org-goleak")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -1260,8 +1260,7 @@ gracefully enhance standard library testing package and
behaviors of the
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1lpqw7ygffak8qki9i4vw8b99l25l8jrw8iwcplqsclk6fzkl24p"))))
+ (base32 "14rvkxh3znp9jzbdjqdkrly3zfg3rmhgg5845biqqrq17w8jvv5s"))))
(build-system go-build-system)
(arguments
(list