python3Packages.stamina: 24.3.0 -> 25.1.0

https://github.com/hynek/stamina/blob/25.1.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:21 +02:00
parent 03038230f9
commit f1930930ef
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "stamina";
version = "24.3.0";
version = "25.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hynek";
repo = "stamina";
tag = version;
hash = "sha256-DasubVqKRhX4CRyKyJ3fIA9Rxmy+kGxkW0pDdu8OPPo=";
hash = "sha256-TehGqR3vbjLNByHZE2+Ytq52dpEpiL6+7TRUKwXcC1M=";
};
nativeBuildInputs = [
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Production-grade retries for Python";
homepage = "https://github.com/hynek/stamina";
changelog = "https://github.com/hynek/stamina/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/hynek/stamina/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ mbalatsko ];
};