python310Packages.types-retry: 0.9.9 -> 0.9.9.1

This commit is contained in:
Fabian Affolter 2023-01-26 10:53:51 +01:00
parent d41a8f77db
commit ef0e6c5828

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-retry";
version = "0.9.9";
version = "0.9.9.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-sQh7J0aAtULHllSehIiJjQsizYmYjvEBbvVtQ2f/T0E=";
hash = "sha256-NE6tQ4fg6YxtYDdYwTGO5OWwRCnOy5o0Khz4c947UQ0=";
};
# Modules doesn't have tests