Unverified Commit f5d16124 authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.tzdata: 2025.2 -> 2025.3

parent 4f3be6e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "tzdata";
  version = "2025.2";
  version = "2025.3";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tgpjj8wNr/rfgv4PV+U9Br3sLzbE32YoCuebzmvW8rk=";
    hash = "sha256-3jnCyl3HsDRPLrqG9J1hQBnSnwYPxOvIpBeJamILVqc=";
  };

  nativeBuildInputs = [ setuptools ];