gnu: go-github-com-avast-retry-go: Update to 2.7.0.

* gnu/packages/golang.scm (go-github-com-avast-retry-go): Update to 2.7.0.

Change-Id: I0231e1cc2b4cbcc6990f3db086577b43952edd22
This commit is contained in:
Sharlatan Hellseher 2024-07-27 09:55:18 +01:00
parent ae08b8ab05
commit b97196b944
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1124,21 +1124,19 @@ cluster segmentation algorithm.")
#: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 (define-public go-github-com-avast-retry-go
(let ((commit "a322e24d96313ab405dec28ad5711f036c6d25a3")
(revision "0"))
(package (package
(name "go-github-com-avast-retry-go") (name "go-github-com-avast-retry-go")
(version (git-version "2.4.2" revision commit)) (version "2.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (uri
(git-reference (git-reference
(url "https://github.com/avast/retry-go") (url "https://github.com/avast/retry-go")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0hb4b1668516a4gv8avmflr565b6c1h93phdb068hcjxxj8767ba")))) (base32 "0zkn8c2gyz8j90bf0aj6avfl3sf7j4rk5g4ak4yhglnsx72jdhbz"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -1154,7 +1152,7 @@ cluster segmentation algorithm.")
(description "This package is a simple Go library that provides retry (description "This package is a simple Go library that provides retry
functionality for functions that may fail. It includes various customizable functionality for functions that may fail. It includes various customizable
retry strategies, such as fixed delay, backoff delay, and random delay.") retry strategies, such as fixed delay, backoff delay, and random delay.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-operatorfoundation-shapeshifter-transports (define-public go-github-com-operatorfoundation-shapeshifter-transports
(package (package