[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/31: gnu: go-github-com-sasha-s-go-deadlock: Update to 0.2.0.
From: |
guix-commits |
Subject: |
08/31: gnu: go-github-com-sasha-s-go-deadlock: Update to 0.2.0. |
Date: |
Thu, 14 Mar 2019 03:06:53 -0400 (EDT) |
lfam pushed a commit to branch wip-go-build-system
in repository guix.
commit 2d31fac4fd5f381b14d3d198c22c42049d633fdf
Author: Leo Famulari <address@hidden>
Date: Wed Mar 6 15:44:03 2019 -0500
gnu: go-github-com-sasha-s-go-deadlock: Update to 0.2.0.
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Update
to 0.2.0.
---
gnu/packages/syncthing.scm | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 7e61d5e..41b6082 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -469,30 +469,28 @@ Metrics library.")
(license bsd-2))))
(define-public go-github-com-sasha-s-go-deadlock
- (let ((commit "03d40e5dbd5488667a13b3c2600b2f7c2886f02f")
- (revision "1"))
- (package
- (name "go-github-com-sasha-s-go-deadlock")
- (version (git-version "0.1.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/sasha-s/go-deadlock")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "13p7b7pakd9k1c2k0fs1hfim3c8mivz679977ai6zb01s4aw7gyg"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/sasha-s/go-deadlock"))
- (propagated-inputs
- `(("go-github-com-petermattis-goid" ,go-github-com-petermattis-goid)))
- (synopsis "Deadlock detection in go")
- (description "This package provides tools for detecting deadlocks at
+ (package
+ (name "go-github-com-sasha-s-go-deadlock")
+ (version "0.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sasha-s/go-deadlock")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "13p7b7pakd9k1c2k0fs1hfim3c8mivz679977ai6zb01s4aw7gyg"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/sasha-s/go-deadlock"))
+ (propagated-inputs
+ `(("go-github-com-petermattis-goid" ,go-github-com-petermattis-goid)))
+ (synopsis "Deadlock detection in go")
+ (description "This package provides tools for detecting deadlocks at
run-time in Go.")
- (home-page "https://github.com/sasha-s/go-deadlock")
- (license asl2.0))))
+ (home-page "https://github.com/sasha-s/go-deadlock")
+ (license asl2.0)))
(define-public go-github-com-syndtr-goleveldb
(let ((commit "34011bf325bce385408353a30b101fe5e923eb6e")
- 20/31: gnu: go-github-com-urfave-cli: Update to 1.20.0-0.693af58., (continued)
- 20/31: gnu: go-github-com-urfave-cli: Update to 1.20.0-0.693af58., guix-commits, 2019/03/14
- 10/31: gnu: go-github-com-lib-pq: Update to 1.0.0., guix-commits, 2019/03/14
- 07/31: gnu: go-github-com-pkg-errors: Update to 0.8.1., guix-commits, 2019/03/14
- 06/31: gnu: go-github-com-syncthing-notify: Update to 0.0.0-4.4e389ea., guix-commits, 2019/03/14
- 02/31: build-system/go: Build with a filesystem union of Go dependencies., guix-commits, 2019/03/14
- 11/31: gnu: go-github-com-minio-sha256-simd: Update to 0.0.0-3.cc1980c., guix-commits, 2019/03/14
- 09/31: gnu: go-github-com-thejerf-suture: Update to 3.0.2., guix-commits, 2019/03/14
- 12/31: gnu: Add go-github-com-audriusbutkevicius-recli., guix-commits, 2019/03/14
- 05/31: gnu: go-github-com-d4l3k-messagediff: Update to 1.2.1., guix-commits, 2019/03/14
- 03/31: gnu: Remove the various Go union meta-packages., guix-commits, 2019/03/14
- 08/31: gnu: go-github-com-sasha-s-go-deadlock: Update to 0.2.0.,
guix-commits <=
- 01/31: gnu: Remove Go 1.9., guix-commits, 2019/03/14
- 04/31: gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0.0-0.a60f8e7., guix-commits, 2019/03/14