Commit 93f5b4b8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.types-dateutil: 2.8.19.20240106 -> 2.8.19.20240311

parent 6e04aef7
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.20240106";
  version = "2.8.19.20240311";
  format = "setuptools";

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

  pythonImportsCheck = [