python310Packages.holidays 0.29 -> 0.34 https://repology.org/project/python:holidays/versions attrpath: python310Packages.holidays Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7bngdx97id59rb3rjcd87dj6hhfv20yx-packages.json.drv building '/nix/store/7bngdx97id59rb3rjcd87dj6hhfv20yx-packages.json.drv'... Going to be running update for following packages: - python3.10-holidays-0.29 Press Enter key to continue... Running update for: - python3.10-holidays-0.29: UPDATING ... - python3.10-holidays-0.29: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/holidays/default.nix b/pkgs/development/python-modules/holidays/default.nix index 0f3f8ae66054..4b740d9fbf14 100644 --- a/pkgs/development/python-modules/holidays/default.nix +++ b/pkgs/development/python-modules/holidays/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "holidays"; - version = "0.29"; + version = "0.34"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "dr-prodigy"; repo = "python-holidays"; - rev = "refs/tags/v.${version}"; - hash = "sha256-ijhqu0LzQzpjDSe9ZjNhgdjq/DJuD7oVbRTLX97nGHM="; + rev = "refs/tags/v${version}"; + hash = "sha256-xRmB/02/29pcaUz1rpA4hebbRTyqRXx6N+8yvuShFOw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.29" not present in staging derivation file with contents: { lib , buildPythonPackage , convertdate , fetchFromGitHub , hijri-converter , korean-lunar-calendar , polib , pytestCheckHook , python-dateutil , pythonOlder }: buildPythonPackage rec { pname = "holidays"; version = "0.32"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "dr-prodigy"; repo = "python-holidays"; rev = "refs/tags/v.${version}"; hash = "sha256-YAh5gR4KcUgXzeXy3xyGeokDFsyd9FqRQ5j1TC6wCQY="; }; propagatedBuildInputs = [ convertdate python-dateutil hijri-converter korean-lunar-calendar ]; nativeCheckInputs = [ polib pytestCheckHook ]; pythonImportsCheck = [ "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"; changelog = "https://github.com/dr-prodigy/python-holidays/releases/tag/v.${version}"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; }; }