mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: go-github-com-sasha-s-go-deadlock: Update to 0.1.0-1.03d40e5.
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Update to 0.1.0-1.03d40e5.
This commit is contained in:
parent
d2c7971da3
commit
feade866d0
1 changed files with 3 additions and 3 deletions
|
@ -683,8 +683,8 @@ (define-public go-github-com-rcrowley-go-metrics
|
||||||
(license bsd-2))))
|
(license bsd-2))))
|
||||||
|
|
||||||
(define-public go-github-com-sasha-s-go-deadlock
|
(define-public go-github-com-sasha-s-go-deadlock
|
||||||
(let ((commit "341000892f3dd25f440e6231e8533eb3688ed7ec")
|
(let ((commit "03d40e5dbd5488667a13b3c2600b2f7c2886f02f")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sasha-s-go-deadlock")
|
(name "go-github-com-sasha-s-go-deadlock")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
|
@ -696,7 +696,7 @@ (define-public go-github-com-sasha-s-go-deadlock
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bcdyxwm5qpqynxahwaahbqi7ghgdajmg7b4276pdalkxkxkhsv8"))))
|
"13p7b7pakd9k1c2k0fs1hfim3c8mivz679977ai6zb01s4aw7gyg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/sasha-s/go-deadlock"))
|
`(#:import-path "github.com/sasha-s/go-deadlock"))
|
||||||
|
|
Loading…
Reference in a new issue