From bfad718be86ff3df29053a151df07384048edb88 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 20 Jul 2024 19:56:24 +0100 Subject: 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(-) (limited to 'gnu/packages/golang-check.scm') 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 -- cgit v1.2.3