aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-20 19:56:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-25 21:00:59 +0100
commitbfad718be86ff3df29053a151df07384048edb88 (patch)
tree078844ee1ea3caab0e1fbe964f2145055b45323a /gnu
parent1036a78fa2a51d22063e6c66e237b48eecd33e7a (diff)
downloadguix-bfad718be86ff3df29053a151df07384048edb88.tar
guix-bfad718be86ff3df29053a151df07384048edb88.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-check.scm5
1 files 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