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:
Artyom V. Poptsov 2024-03-08 21:23:26 +03:00 committed by Sharlatan Hellseher
parent af714ebcee
commit e1e65c5930
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")