Skip to content

Commit

Permalink
Merge pull request NixOS#275555 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.holidays

python310Packages.holidays: 0.37 -> 0.39
  • Loading branch information
fabaff authored Dec 20, 2023
2 parents 6def15c + d495193 commit 1a499bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/holidays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "holidays";
version = "0.37";
version = "0.39";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "dr-prodigy";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-3IhyHLwTPLTcyZY/9dZFmIr7Ael8I3mZrXhqYaULwY8=";
hash = "sha256-PsrdR4voEAiEhgoeR03Xp/tacqtcEt1FhO4kfMYkSos=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1a499bd

Please sign in to comment.