Commit 13e09835 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.types-pytz: 2025.1.0.20250204 -> 2025.1.0.20250318

parent 89bf2a14
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.1.0.20250204";
  version = "2025.1.0.20250318";
  pyproject = true;

  src = fetchPypi {
    pname = "types_pytz";
    inherit version;
    hash = "sha256-APdQEydp8cZaT3JAvITxOYW02ndL0X375dnNRCdGvUk=";
    hash = "sha256-l+DjUYTG/hTjpQFFEgV/LFe7DGWC1jwc/MSAn4IYBEk=";
  };

  build-system = [ setuptools ];