python310Packages.holidays: 0.27.1 -> 0.28

This commit is contained in:
R. Ryantm 2023-07-04 03:12:08 +00:00
parent c36301bcc0
commit d3923d6ad3

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.27.1";
version = "0.28";
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-RnN2aDBQZu5rNDmRuk80PbeoWN3EUhmlAs3hIXrpJMs=";
hash = "sha256-JHj7fSE8p3TLViDSegl6gm35u53D9NvN7Oa2TBjN9t4=";
};
propagatedBuildInputs = [