python311Packages.holidays: 0.42 -> 0.43

https://github.com/vacanza/python-holidays/releases/tag/v0.43
This commit is contained in:
Martin Weinelt 2024-02-27 02:01:09 +01:00
parent 5bd8df4020
commit 9d1b5c3b0e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.42";
version = "0.43";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-oVuzX/H5jj/c4dbPGmXUnZeDbgSd9v9qP2dXe6+PaUQ=";
hash = "sha256-8Qm8hzGVkaYLwqUcqUxcY4iDR1jrhnSoBS8E2Wewb+U=";
};
nativeBuildInputs = [