python312Packages.tskit 0.5.7 -> 0.5.8 https://github.com/tskit-dev/tskit/releases attrpath: python312Packages.tskit 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/ymf4ga3i3s5gp61x2zz5r1mnrq6cz0h1-packages.json.drv building '/nix/store/ymf4ga3i3s5gp61x2zz5r1mnrq6cz0h1-packages.json.drv'... Going to be running update for following packages: - python3.12-tskit-0.5.7 Press Enter key to continue... Running update for: - python3.12-tskit-0.5.7: UPDATING ... - python3.12-tskit-0.5.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tskit/default.nix b/pkgs/development/python-modules/tskit/default.nix index 0299fea08e5a..775284b8990b 100644 --- a/pkgs/development/python-modules/tskit/default.nix +++ b/pkgs/development/python-modules/tskit/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "tskit"; - version = "0.5.7"; + version = "0.5.8"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-yD+2W1tzzi+5wFoZrqNe+jJLpWyx6ZILBgKivDE+wiM="; + hash = "sha256-Wq7ar96w5hdAyKMMvK4zjYln74RmX1l/VhvS++CN+Xk="; }; build-system = [ setuptools ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.tskit nix build failed. Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/cs9s1gf29nhpqqm70azrjn94qqn3a7hn-tskit-0.5.8.tar.gz source root is tskit-0.5.8 setting SOURCE_DATE_EPOCH to timestamp 1719496454 of file tskit-0.5.8/setup.cfg Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } no configure script, doing nothing Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... running egg_info writing tskit.egg-info/PKG-INFO writing dependency_links to tskit.egg-info/dependency_links.txt writing entry points to tskit.egg-info/entry_points.txt writing requirements to tskit.egg-info/requires.txt writing top-level names to tskit.egg-info/top_level.txt reading manifest file 'tskit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'tskit.egg-info/SOURCES.txt' ERROR Missing dependencies: numpy>=2.0