Unverified Commit c1fda64f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913 (#342654)

parents 2a5a3c25 9b7a02a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@

buildPythonPackage rec {
  pname = "types-pytz";
  version = "2024.1.0.20240417";
  version = "2024.2.0.20240913";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
    hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  # Modules doesn't have tests
  doCheck = false;