python311Packages.inflect 0 -> 1 attrpath: python311Packages.inflect 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/h5wczz8zgsizy6i2l7fp6b302npck0qf-packages.json.drv building '/nix/store/h5wczz8zgsizy6i2l7fp6b302npck0qf-packages.json.drv'... Going to be running update for following packages: - python3.11-inflect-7.0.0 Press Enter key to continue... Running update for: - python3.11-inflect-7.0.0: UPDATING ... - python3.11-inflect-7.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix index d6317d00841b..47a51396bd5a 100644 --- a/pkgs/development/python-modules/inflect/default.nix +++ b/pkgs/development/python-modules/inflect/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "inflect"; - version = "7.0.0"; + version = "7.2.0"; disabled = isPy27; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Y9qTJa0p2oHsI+BVtBIleVq3k7TstIO+XcH6Nj/UcX4="; + hash = "sha256-Mv6s+s/K4vIub8zeoQ8N3yamOPrENNDd2q+8oANPN4Q="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.inflect nix build failed. installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/inflect copying build/lib/inflect/py.typed -> build/bdist.linux-x86_64/wheel/inflect copying build/lib/inflect/__init__.py -> build/bdist.linux-x86_64/wheel/inflect running install_egg_info Copying inflect.egg-info to build/bdist.linux-x86_64/wheel/inflect-7.2.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/inflect-7.2.0.dist-info/WHEEL creating '/build/inflect-7.2.0/dist/.tmp-_s4otr34/inflect-7.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'inflect/__init__.py' adding 'inflect/py.typed' adding 'inflect-7.2.0.dist-info/LICENSE' adding 'inflect-7.2.0.dist-info/METADATA' adding 'inflect-7.2.0.dist-info/WHEEL' adding 'inflect-7.2.0.dist-info/top_level.txt' adding 'inflect-7.2.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built inflect-7.2.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for inflect-7.2.0-py3-none-any.whl - more-itertools not installed - typeguard not installed