Merge pull request #304074 from r-ryantm/auto-update/yq

yq: 3.2.3 -> 3.3.0

authored by Sandro and committed by GitHub 2fc80745 5d0b251d

+2 -2
+2 -2
pkgs/development/python-modules/yq/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "yq"; 16 - version = "3.2.3"; 16 + version = "3.3.0"; 17 17 format = "setuptools"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-Kcj+HTa09kFj9NATFMauIXU5hw9hAhbe5gJd+16vr7E="; 21 + hash = "sha256-0qtWLxGx4OW5ZUubBtQ/iiBSacx72izgdzJfWhI2Udw="; 22 22 }; 23 23 24 24 patches = [