mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-jpillora-backoff: Update to 1.0.0-1.fab01a9.
* gnu/packages/golang-xyz.scm (go-github-com-jpillora-backoff): Update to 1.0.0-1.fab01a9. Change-Id: Ied4eea21571324e694ccb4cfb4a7c5ba0b2c8ab9
This commit is contained in:
parent
19b22408e6
commit
44396204d6
1 changed files with 4 additions and 5 deletions
|
@ -2766,12 +2766,11 @@ (define-public go-github-com-josharian-intern
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-jpillora-backoff
|
||||
(let ((commit
|
||||
"06c7a16c845dc8e0bf575fafeeca0f5462f5eb4d")
|
||||
(revision "0"))
|
||||
(let ((commit "fab01a9d9810a410d2d95a0a697f0afb604658f9")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-github-com-jpillora-backoff")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2780,7 +2779,7 @@ (define-public go-github-com-jpillora-backoff
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xhvxr7bm47czdc5hy3kl508z3y4j91i2jm7vg774i52zych6k4l"))))
|
||||
(base32 "0irpxdjvwmfd1njvws5x466ar8faiwjnnna26jnly9sw1b0h1b89"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue