Unverified Commit 7a9e2e42 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #288302 from r-ryantm/auto-update/python311Packages.types-pytz

python311Packages.types-pytz: 2023.4.0.20240130 -> 2024.1.0.20240203
parents cf9f5cb8 0953e704
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-pytz";
  version = "2023.4.0.20240130";
  version = "2024.1.0.20240203";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-M2dqkL8EsZ+Swz7shYETa+ovNd3RJ1nleaYkoAb9OHo=";
    hash = "sha256-yTdR7iDfxuBUoBSPj1InuaALeckKTTyfRkcRpzF5yJ4=";
  };

  nativeBuildInputs = [