Unverified Commit 316b5282 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.holidays: 0.64 -> 0.65 (#375397)

parents 08031989 16b86f65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "holidays";
  version = "0.64";
  version = "0.65";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "vacanza";
    repo = "python-holidays";
    tag = "v${version}";
    hash = "sha256-rPQr7nyouBepTi4tW0+wrbROYyWo92KkZUI6ff5jl7I=";
    hash = "sha256-ykfcIWTRwYntp0cgrtNdgOH9y8P4TxayFPKRbo+5cI8=";
  };

  build-system = [