python3Packages.retryhttp: 1.3.1 -> 1.4.0 (#517314)

This commit is contained in:
Michael Daniels
2026-06-15 02:37:49 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "retryhttp";
version = "1.3.1";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "austind";
repo = "retryhttp";
tag = "release/v${version}";
hash = "sha256-Jz073CTeIfPjcOQUGdb6/Q5OfEXZW5hTiEPKrfAK0Gg=";
hash = "sha256-wUz5cC8O//TqlalDoF1KtUCqONnfCShFv3hU4k4fzuM=";
};
build-system = [