python311Packages.babelfont 0 -> 1 attrpath: python311Packages.babelfont 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/8c5wb49yzbhaij8dzdcqcw65zbc26v9a-packages.json.drv building '/nix/store/8c5wb49yzbhaij8dzdcqcw65zbc26v9a-packages.json.drv'... Going to be running update for following packages: - python3.11-babelfont-3.0.1 Press Enter key to continue... Running update for: - python3.11-babelfont-3.0.1: UPDATING ... - python3.11-babelfont-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/babelfont/default.nix b/pkgs/development/python-modules/babelfont/default.nix index 8afa32c50053..d77cebc42789 100644 --- a/pkgs/development/python-modules/babelfont/default.nix +++ b/pkgs/development/python-modules/babelfont/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "babelfont"; - version = "3.0.1"; + version = "3.0.4"; # PyPI source tarballs omit tests, fetch from Github instead src = fetchFromGitHub { owner = "simoncozens"; repo = pname; - rev = "v${version}"; - hash = "sha256-1DHcJDVaCgIAODyf5UUrXej8x3ySD4+6/KtxuF2yFV4="; + rev = "refs/tags/v${version}"; + hash = "sha256-TrQLBK+x9lSDtvKGqGQS1L6ZJF0yvLkrvx6sbGdJ9qU="; }; pyproject = true; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.babelfont nix build failed. unpacking source archive /nix/store/y5bnsx74j2g1xh3avpbmzyaypxwwh667-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_vfj_loader.py @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 creating src/babelfont.egg-info writing src/babelfont.egg-info/PKG-INFO writing dependency_links to src/babelfont.egg-info/dependency_links.txt writing entry points to src/babelfont.egg-info/entry_points.txt writing requirements to src/babelfont.egg-info/requires.txt writing top-level names to src/babelfont.egg-info/top_level.txt writing manifest file 'src/babelfont.egg-info/SOURCES.txt' reading manifest file 'src/babelfont.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS.txt' writing manifest file 'src/babelfont.egg-info/SOURCES.txt' ERROR Missing dependencies: setuptools_scm[toml]>=6.2