mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add go-github-com-jbenet-go-temp-err-catcher.
* gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-temp-err-catcher): New variable. Change-Id: Ic92f036cb9f45a8f55872a218aa42e18716cc2b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
af714ebcee
commit
e1e65c5930
1 changed files with 23 additions and 0 deletions
|
@ -1035,6 +1035,29 @@ (define-public go-github-com-hhrutter-tiff
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-jbenet-go-temp-err-catcher
|
||||||
|
(package
|
||||||
|
(name "go-github-com-jbenet-go-temp-err-catcher")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jbenet/go-temp-err-catcher")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0n482jhh6jwq43jj21xkq8grqzx78hjh7f44p0q3n01zp1dsh97r"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/jbenet/go-temp-err-catcher"))
|
||||||
|
(home-page "https://github.com/jbenet/go-temp-err-catcher")
|
||||||
|
(synopsis "Error handling helper library")
|
||||||
|
(description "Package @code{temperrcatcher} provides a @code{TempErrCatcher}
|
||||||
|
object, which implements simple error-retrying functionality.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jbenet-goprocess
|
(define-public go-github-com-jbenet-goprocess
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jbenet-goprocess")
|
(name "go-github-com-jbenet-goprocess")
|
||||||
|
|
Loading…
Reference in a new issue