python3Packages.iso8601: 2.0.0 -> 2.1.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:28 +01:00
parent 77078a458c
commit e036cad02c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "iso8601";
version = "2.0.0";
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-c5lg03x0x3vZvVRqdlYsy1gf49SCD/XDFB60nIOf2o8=";
hash = "sha256-ax04Ke6JIcQwGZjJCfeCn6ntPL2sDTsWry10Ou0bqN8=";
};
nativeBuildInputs = [