python313Packages.aniso8601: 9.0.1 -> 10.0.0

This commit is contained in:
Fabian Affolter
2025-01-10 08:55:19 +01:00
parent ec3665c1c5
commit eeb2d389d3
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aniso8601";
version = "9.0.1";
version = "10.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-cuMRdmfu32aVG7LZP0KWpWuUsHioqVkFoFJhH7PxuXM=";
hash = "sha256-/x0PwjRmiMYsAVFUcTasMOMiiW7YrzFu92AsR9qUJs8=";
};
propagatedBuildInputs = [ python-dateutil ];