python312Packages.holidays: 0.46 -> 0.47

This commit is contained in:
R. Ryantm 2024-04-16 05:13:39 +00:00
parent 1df062db9e
commit 72367a7f7f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.46";
version = "0.47";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-v0tufmOtxUP5pTsNNJJ9fevCPnsa68e0mdDtKGXEgVs=";
hash = "sha256-A4viSzUia4QBdD0svkqYtsCq/la7Nrf2xu/fVDZHb00=";
};
build-system = [