mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-avast-retry-go.
* gnu/packages/golang.scm (go-github-com-avast-retry-go): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6a168919d2
commit
2c2c43f877
1 changed files with 26 additions and 0 deletions
|
@ -1081,6 +1081,32 @@ cluster segmentation algorithm.")
|
||||||
'(#:unpack-path "github.com/apparentlymart/go-textseg/autoversion"
|
'(#:unpack-path "github.com/apparentlymart/go-textseg/autoversion"
|
||||||
#:import-path "github.com/apparentlymart/go-textseg/autoversion/textseg"))))
|
#:import-path "github.com/apparentlymart/go-textseg/autoversion/textseg"))))
|
||||||
|
|
||||||
|
(define-public go-github-com-avast-retry-go
|
||||||
|
(let ((commit "a322e24d96313ab405dec28ad5711f036c6d25a3")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-avast-retry-go")
|
||||||
|
(version (git-version "2.4.2" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://github.com/avast/retry-go")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hb4b1668516a4gv8avmflr565b6c1h93phdb068hcjxxj8767ba"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments `(#:import-path "github.com/avast/retry-go"))
|
||||||
|
(propagated-inputs (list go-github-com-stretchr-testify))
|
||||||
|
(home-page "https://github.com/avast/retry-go")
|
||||||
|
(synopsis "Simple golang library for retry mechanism")
|
||||||
|
(description "This package is a simple Go library that provides retry
|
||||||
|
functionality for functions that may fail. It includes various customizable
|
||||||
|
retry strategies, such as fixed delay, backoff delay, and random delay.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-operatorfoundation-shapeshifter-transports
|
(define-public go-github-com-operatorfoundation-shapeshifter-transports
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-operatorfoundation-shapeshifter-transports")
|
(name "go-github-com-operatorfoundation-shapeshifter-transports")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue