python3Packages.stamina: 25.1.0 -> 25.2.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:00 +01:00
parent 515bc6e7ef
commit 2b4d861859
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "stamina";
version = "25.1.0";
version = "25.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hynek";
repo = "stamina";
tag = version;
hash = "sha256-TehGqR3vbjLNByHZE2+Ytq52dpEpiL6+7TRUKwXcC1M=";
hash = "sha256-PsoEo53JeD9zrqRmvPotTiX4lM16aJXB3Gr1+mFTEYA=";
};
build-system = [