nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

+1 -1
+1 -1
pkgs/development/python-modules/holidays/default.nix
··· 60 60 meta = with lib; { 61 61 description = "Generate and work with holidays in Python"; 62 62 homepage = "https://github.com/vacanza/python-holidays"; 63 - changelog = "https://github.com/vacanza/python-holidays/releases/tag/v${version}"; 63 + changelog = "https://github.com/vacanza/python-holidays/releases/tag/${src.tag}"; 64 64 license = licenses.mit; 65 65 maintainers = with maintainers; [ 66 66 fab