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

python310Packages.holidays: 0.28 -> 0.29
This commit is contained in:
Fabian Affolter
2023-07-27 11:06:38 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.28";
version = "0.29";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dr-prodigy";
repo = "python-holidays";
rev = "refs/tags/v.${version}";
hash = "sha256-JHj7fSE8p3TLViDSegl6gm35u53D9NvN7Oa2TBjN9t4=";
hash = "sha256-ijhqu0LzQzpjDSe9ZjNhgdjq/DJuD7oVbRTLX97nGHM=";
};
propagatedBuildInputs = [