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
This commit is contained in:
Sharlatan Hellseher 2024-07-20 19:56:24 +01:00
parent 1036a78fa2
commit bfad718be8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1251,7 +1251,7 @@ gracefully enhance standard library testing package and behaviors of the
(define-public go-go-uber-org-goleak (define-public go-go-uber-org-goleak
(package (package
(name "go-go-uber-org-goleak") (name "go-go-uber-org-goleak")
(version "1.2.0") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1260,8 +1260,7 @@ gracefully enhance standard library testing package and behaviors of the
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "14rvkxh3znp9jzbdjqdkrly3zfg3rmhgg5845biqqrq17w8jvv5s"))))
"1lpqw7ygffak8qki9i4vw8b99l25l8jrw8iwcplqsclk6fzkl24p"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list