2022-12-28T15:29:38 python310Packages.greatfet 0 -> 1 2022-12-28T15:29:41 attrpath: python310Packages.greatfet 2022-12-28T15:29:41 Checking auto update branch... 2022-12-28T15:29:45 [version] 2022-12-28T15:29:45 [version] skipping because derivation has updateScript 2022-12-28T15:29:45 [rustCrateVersion] 2022-12-28T15:29:45 [rustCrateVersion] No cargoSha256 found 2022-12-28T15:29:45 [golangModuleVersion] 2022-12-28T15:29:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-28T15:29:45 [updateScript] 2022-12-28T15:29:48 [updateScript] Success 2022-12-28T15:29:48 [updateScript] this derivation will be built: /nix/store/zci9xl4adqznifva01ljfc9pq009zp5x-packages.json.drv building '/nix/store/zci9xl4adqznifva01ljfc9pq009zp5x-packages.json.drv'... Going to be running update for following packages: - python3.10-GreatFET-2019.5.1.dev0 Press Enter key to continue... Running update for: - python3.10-GreatFET-2019.5.1.dev0: UPDATING ... - python3.10-GreatFET-2019.5.1.dev0: DONE. Packages updated! 2022-12-28T15:29:48 2022-12-28T15:29:48 [quotedUrls] 2022-12-28T15:29:48 [quotedUrls] nothing found to replace 2022-12-28T15:29:48 Diff after rewrites: diff --git a/pkgs/development/python-modules/greatfet/default.nix b/pkgs/development/python-modules/greatfet/default.nix index 7859d2f4c08..75492818a50 100644 --- a/pkgs/development/python-modules/greatfet/default.nix +++ b/pkgs/development/python-modules/greatfet/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "GreatFET"; - version = "2019.5.1.dev0"; + version = "2021.2.1"; src = fetchFromGitHub { owner = "greatscottgadgets"; repo = "greatfet"; - rev = "v${version}"; - sha256 = "054vkx4xkbhxhh5grjbs9kw3pjkv1zapp91ysrqr0c8mg1pc7zxv"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-ZIZxK6P/LfYRAssME+5mJz5dTNLKo9217D7cAam+BgI="; }; disabled = !isPy3k; 2022-12-28T15:31:14 No auto update branch exists 2022-12-28T15:31:18 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.greatfet nix build failed. adding 'greatfet/programmers/msp430.py' adding 'greatfet/programmers/spi_flash.py' adding 'greatfet/protocol/__init__.py' adding 'greatfet/protocol/jtag_svf.py' adding 'greatfet/protocol/vendor_requests.py' adding 'greatfet/sensors/__init__.py' adding 'greatfet/sensors/tsl2561.py' adding 'greatfet/support/__init__.py' adding 'greatfet/support/bits.py' adding 'greatfet/targets/__init__.py' adding 'greatfet/targets/jtag/__init__.py' adding 'greatfet/targets/jtag/cortex_m_dap.py' adding 'greatfet/util/__init__.py' adding 'greatfet/util/console.py' adding 'greatfet/util/interactive.py' adding 'GreatFET-2021.2.1.dist-info/METADATA' adding 'GreatFET-2021.2.1.dist-info/WHEEL' adding 'GreatFET-2021.2.1.dist-info/entry_points.txt' adding 'GreatFET-2021.2.1.dist-info/top_level.txt' adding 'GreatFET-2021.2.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/host/dist /build/source/host Processing ./GreatFET-2021.2.1-py3-none-any.whl ERROR: Could not find a version that satisfies the requirement tabulate (from greatfet) (from versions: none) ERROR: No matching distribution found for tabulate