python311Packages.holidays: 0.24 -> 0.25

Changelog: https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.25
This commit is contained in:
Fabian Affolter 2023-05-18 21:22:14 +02:00
parent 3e014434a7
commit 5f55e6a3d2

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.24";
version = "0.25";
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-1/rphnbzDlbay+yez/erF+WC+2aqeBEgdcHo2YR+ugc=";
hash = "sha256-D6MCLbuNnafWMDyEc/jeyfOs0VVV92AndtNsjyFDgEg=";
};
propagatedBuildInputs = [