Merge pull request #239277 from r-ryantm/auto-update/python310Packages.holidays

python310Packages.holidays: 0.26 -> 0.27.1
This commit is contained in:
Fabian Affolter 2023-06-23 08:20:44 +02:00 committed by GitHub
commit 0060223676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.26";
version = "0.27.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dr-prodigy";
repo = "python-holidays";
rev = "refs/tags/v.${version}";
hash = "sha256-4kRIhIjOQB23ihZBs6J6/ZriLiMD87m/xOqMXga5Ypw=";
hash = "sha256-RnN2aDBQZu5rNDmRuk80PbeoWN3EUhmlAs3hIXrpJMs=";
};
propagatedBuildInputs = [