Unverified Commit 9c69559d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.types-pytz: 2025.2.0.20250809 -> 2025.2.0.20251108 (#459667)

parents 1882101a aaaa9a46
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.20250809";
  version = "2025.2.0.20251108";
  pyproject = true;

  src = fetchPypi {
    pname = "types_pytz";
    inherit version;
    hash = "sha256-Ii4y5qKbsohx+INOh4XjgB8txEQccVzSCCsnHuy+IeU=";
    hash = "sha256-/Kh5F4Nq6EPwcSlWe3TBkp8YcGEGgbTJLLhqPfWBe9s=";
  };

  build-system = [ setuptools ];