Commit 06c43789 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.types-dateutil: 2.8.19.20240311 -> 2.9.0.20240316

parent 9d77cc0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildPythonPackage rec {
  pname = "types-dateutil";
  version = "2.8.19.20240311";
  version = "2.9.0.20240316";
  format = "setuptools";

  src = fetchPypi {
    pname = "types-python-dateutil";
    inherit version;
    hash = "sha256-UReCJ7vUy+w13Jrf+/Wdgy8g4JhC19y4xzsWm4eAt8s=";
    hash = "sha256-XS8uJAuGkF5AlE3Xh9ttqSY/Deq+8Qdt2u15c1HsAgI=";
  };

  pythonImportsCheck = [