python3Packages.holidays: 0.75 -> 0.78

https://github.com/vacanza/python-holidays/releases/tag/v0.78

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:49 +02:00
parent 34f353f251
commit 090ccc71bb
@@ -60,7 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Generate and work with holidays in Python";
homepage = "https://github.com/vacanza/python-holidays";
changelog = "https://github.com/vacanza/python-holidays/releases/tag/v${version}";
changelog = "https://github.com/vacanza/python-holidays/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [
fab