lol

python311Packages.types-python-dateutil: 2.8.19.13 -> 2.8.19.14

+2 -2
+2 -2
pkgs/development/python-modules/types-python-dateutil/default.nix
··· 5 6 buildPythonPackage rec { 7 pname = "types-python-dateutil"; 8 - version = "2.8.19.13"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - hash = "sha256-CaAnX5XuMc5oGWcQ7Sw9G53ELgthzEOsw2mkLLk5E08="; 14 }; 15 16 # Modules doesn't have tests
··· 5 6 buildPythonPackage rec { 7 pname = "types-python-dateutil"; 8 + version = "2.8.19.14"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + hash = "sha256-H08QrJi7ixat6dvuNRjZrOAXgh2UsFekJbBp+DRzf0s="; 14 }; 15 16 # Modules doesn't have tests