python311Packages.holidays: 0.43 -> 0.44

This commit is contained in:
R. Ryantm 2024-03-06 04:54:05 +00:00 committed by Martin Weinelt
parent 2c0f2a54f8
commit 05b447db30
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.43";
version = "0.44";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-8Qm8hzGVkaYLwqUcqUxcY4iDR1jrhnSoBS8E2Wewb+U=";
hash = "sha256-RwM4RtFIUSaM/e4kiHOMg97lZ4VknB1pOqGRuIe2ns8=";
};
nativeBuildInputs = [