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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user