yq 3.1.1 -> 3.2.2 https://github.com/kislyuk/yq/releases attrpath: yq Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/yq/default.nix b/pkgs/development/python-modules/yq/default.nix index 787c74d5c2a..01f3b52a7df 100644 --- a/pkgs/development/python-modules/yq/default.nix +++ b/pkgs/development/python-modules/yq/default.nix @@ -13,11 +13,11 @@ buildPythonPackage rec { pname = "yq"; - version = "3.1.1"; + version = "3.2.2"; src = fetchPypi { inherit pname version; - hash = "sha256-hT80KxVi3e6XkDjsjs7lQFzdm2p8uB7WzbgBjJ6AJjM="; + hash = "sha256-jbt6DJN92/w90XXmR49AlgwUDT6LHxoDFd52OE1mZQo="; }; patches = [ 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 yq nix build failed. copying build/lib/yq/loader.py -> build/bdist.linux-x86_64/wheel/yq copying build/lib/yq/__init__.py -> build/bdist.linux-x86_64/wheel/yq running install_egg_info Copying yq.egg-info to build/bdist.linux-x86_64/wheel/yq-3.2.2-py3.10.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/yq-3.2.2.dist-info/WHEEL creating 'dist/yq-3.2.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'yq/__init__.py' adding 'yq/__main__.py' adding 'yq/dumper.py' adding 'yq/loader.py' adding 'yq/parser.py' adding 'yq/version.py' adding 'yq-3.2.2.dist-info/LICENSE' adding 'yq-3.2.2.dist-info/METADATA' adding 'yq-3.2.2.dist-info/WHEEL' adding 'yq-3.2.2.dist-info/entry_points.txt' adding 'yq-3.2.2.dist-info/top_level.txt' adding 'yq-3.2.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/yq-3.2.2/dist /build/yq-3.2.2 Processing ./yq-3.2.2-py3-none-any.whl Requirement already satisfied: argcomplete>=1.8.1 in /nix/store/8x441zmn90nkvgphs416xacdaa7w9fi6-python3.10-argcomplete-2.1.1/lib/python3.10/site-packages (from yq==3.2.2) (2.1.1) ERROR: Could not find a version that satisfies the requirement tomlkit>=0.11.6 (from yq) (from versions: none) ERROR: No matching distribution found for tomlkit>=0.11.6