python311Packages.holidays: 0.21.13 -> 0.24
Changelog: - https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.24 - https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.23 - https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.22
This commit is contained in:
parent
c0172431d8
commit
ef1d1d7a4e
1 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "holidays";
|
||||
version = "0.21.13";
|
||||
version = "0.24";
|
||||
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-acV/m4orkOEbON7C4ThGvaQtTMpp4c8FNesC7UepJFc=";
|
||||
hash = "sha256-1/rphnbzDlbay+yez/erF+WC+2aqeBEgdcHo2YR+ugc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -38,6 +38,11 @@ buildPythonPackage rec {
|
|||
"holidays"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Failure starting with 0.24
|
||||
"test_l10n"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Generate and work with holidays in Python";
|
||||
homepage = "https://github.com/dr-prodigy/python-holidays";
|
||||
|
|
Loading…
Reference in a new issue