diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-26 21:38:55 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 00:34:28 +0100 |
commit | cae129208d068aa0d4b94497cbe5820ce05ffc89 (patch) | |
tree | 017339351e114e0e9ae29bf753edf3b636ddaa3a /gnu | |
parent | fb217d218e2a0f5e8c77026769731ffbb521a583 (diff) | |
download | guix-cae129208d068aa0d4b94497cbe5820ce05ffc89.tar.gz guix-cae129208d068aa0d4b94497cbe5820ce05ffc89.zip |
gnu: go-github-com-sasha-s-go-deadlock: Update to 0.3.1.
* gnu/packages/golang-check.scm (go-github-com-sasha-s-go-deadlock): Update to 0.3.1.
Change-Id: Ief7fcbf1b6d68deb1e8c47a9dcf6f12c5a5bb291
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 56aec7377a..aa60512bfb 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -761,7 +761,7 @@ current goroutine's ID.") (define-public go-github-com-sasha-s-go-deadlock (package (name "go-github-com-sasha-s-go-deadlock") - (version "0.2.0") + (version "0.3.1") (source (origin (method git-fetch) @@ -770,7 +770,7 @@ current goroutine's ID.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13p7b7pakd9k1c2k0fs1hfim3c8mivz679977ai6zb01s4aw7gyg")))) + (base32 "0arb35idnyz4n118xz7p2snazqi35gk1975h1xfk0y4riiks58yz")))) (build-system go-build-system) (arguments (list |