python310Packages.heudiconv 0 -> 1 attrpath: python310Packages.heudiconv 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] Going to be running update for following packages: - python3.10-heudiconv-1.0.0 Press Enter key to continue... Running update for: - python3.10-heudiconv-1.0.0: UPDATING ... - python3.10-heudiconv-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/heudiconv/default.nix b/pkgs/development/python-modules/heudiconv/default.nix index 3cdf1463cd57..30eefe7f3735 100644 --- a/pkgs/development/python-modules/heudiconv/default.nix +++ b/pkgs/development/python-modules/heudiconv/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "heudiconv"; - version = "1.0.0"; + version = "1.0.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-cW6G2NtPZiyqqJ3w9a3Y/6blEaXtR9eGG5epPknimsw="; + hash = "sha256-KMEvuxRFFbnyAez+cpcHKDDXdrHfeZcqlGNwy8RWTxg="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.heudiconv nix build failed. Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/2nyabrbsw0g1pi92bbbkna2bcrcc9x0p-heudiconv-1.0.1.tar.gz source root is heudiconv-1.0.1 setting SOURCE_DATE_EPOCH to timestamp 1702076951 of file heudiconv-1.0.1/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... running egg_info writing heudiconv.egg-info/PKG-INFO writing dependency_links to heudiconv.egg-info/dependency_links.txt writing entry points to heudiconv.egg-info/entry_points.txt writing requirements to heudiconv.egg-info/requires.txt writing top-level names to heudiconv.egg-info/top_level.txt reading manifest file 'heudiconv.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'heudiconv.egg-info/SOURCES.txt' ERROR Missing dependencies: versioningit>=2.3