Merge pull request #268922 from r-ryantm/auto-update/python311Packages.holidays

python311Packages.holidays: 0.36 -> 0.37
This commit is contained in:
OTABI Tomoya 2023-11-22 23:44:18 +09:00 committed by GitHub
commit 422699d0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.36";
version = "0.37";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "dr-prodigy";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-pYlirojeHi10kUcjcvpfBYpIzbYmIlFgOLfy7WRhACU=";
hash = "sha256-3IhyHLwTPLTcyZY/9dZFmIr7Ael8I3mZrXhqYaULwY8=";
};
nativeBuildInputs = [