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.
This commit is contained in:
parent
c36177c698
commit
767579d18b
|
@ -469,16 +469,14 @@ 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))
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/sasha-s/go-deadlock")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -492,7 +490,7 @@ Metrics library.")
|
|||
(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))))
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public go-github-com-syndtr-goleveldb
|
||||
(let ((commit "34011bf325bce385408353a30b101fe5e923eb6e")
|
||||
|
|
Loading…
Reference in New Issue