Commit fc3357f6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.types-pytz: 2022.7.1.2 -> 2023.2.0.0

parent 56206539
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

buildPythonPackage rec {
  pname = "types-pytz";
  version = "2022.7.1.2";
  version = "2023.2.0.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-SH0+jp9Ace7ICBdG1T+pgrvAWBLnGdy/Lr89VaGkzSg=";
    hash = "sha256-7sfIBiIHds3nsvsgNxhT3dDRT6dUTKPGhiQzreN0ad8=";
  };

  # Modules doesn't have tests