mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1036a78fa2
commit
bfad718be8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue