From 44396204d6e7bec4df71a4307336ef161c1a0cce Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 24 Jul 2024 16:20:43 +0100 Subject: 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 --- gnu/packages/golang-xyz.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 171ad06462..58840f4046 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2766,12 +2766,11 @@ called concurrently with themselves and each other.") (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 @@ called concurrently with themselves and each other.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0xhvxr7bm47czdc5hy3kl508z3y4j91i2jm7vg774i52zych6k4l")))) + (base32 "0irpxdjvwmfd1njvws5x466ar8faiwjnnna26jnly9sw1b0h1b89")))) (build-system go-build-system) (arguments (list -- cgit v1.2.3