python312Packages.types-python-dateutil: 2.8.19.20240106 -> 2.8.19.20240311

This commit is contained in:
Fabian Affolter
2024-04-22 13:59:40 +02:00
committed by Martin Weinelt
parent b5dda80243
commit 6e27ff8751
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.8.19.20240106";
version = "2.8.19.20240311";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-H42yIcO5jmygLqg6WDcbIsN09Crlu98YbbnJp2WBRZ8=";
hash = "sha256-UReCJ7vUy+w13Jrf+/Wdgy8g4JhC19y4xzsWm4eAt8s=";
};
nativeBuildInputs = [