python313Packages.holidays: 0.84 -> 0.85

Diff: https://github.com/vacanza/python-holidays/compare/v0.84...v0.85

Changelog: https://github.com/vacanza/holidays/blob/v0.85/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-11-22 23:13:57 +01:00
parent 9e388ba338
commit cd38909132
@@ -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 = [