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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user