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

python313Packages.holidays: 0.84 -> 0.85 (#464121)

parents 6a7b648e cd389091
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "holidays";
  version = "0.84";
  version = "0.85";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "vacanza";
    repo = "python-holidays";
    tag = "v${version}";
    hash = "sha256-sqeU9FsIeWy4dHmC3K2ChHhtfSsWGXGWUGV90g7kmvs=";
    hash = "sha256-ExleK66foB2Q/KK7zcPJ16q4ucz3gOkntB2SQETfHqk=";
  };

  build-system = [