Unverified Commit 7382d075 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.types-pytz: 2025.2.0.20250326 -> 2025.2.0.20250516 (#408668)

parents de19a688 22bdef77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-pytz";
  version = "2025.2.0.20250326";
  version = "2025.2.0.20250516";
  pyproject = true;

  src = fetchPypi {
    pname = "types_pytz";
    inherit version;
    hash = "sha256-3toC3iT1JwZvyNahnihKs/OucWpCtK22tA515AjAjTY=";
    hash = "sha256-4SFjBvjA1dptr9ZJLnLrCAyaFmFx+oDdehmQ/Yvnp7M=";
  };

  build-system = [ setuptools ];