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

python313Packages.holidays: 0.73 -> 0.74 (#414068)

parents b126b433 e2cb8c6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "holidays";
  version = "0.73";
  version = "0.74";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "vacanza";
    repo = "python-holidays";
    tag = "v${version}";
    hash = "sha256-ErSu47rJ2ehUl4AuYn/yE0N0yNYGlk95IHH7dixUqDI=";
    hash = "sha256-lc8yNZ7ZFBjIPiIlT7uCvHX81uMstTGv0Rsbx8RUGh0=";
  };

  build-system = [