python311Packages.yq: 3.4.1 -> 3.4.3

This commit is contained in:
R. Ryantm
2024-05-03 07:08:31 +00:00
parent 79691a0162
commit a3ae066838
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "yq";
version = "3.4.1";
version = "3.4.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-tVjatvFcA+JKHESHiVALINbzB+6cpMk2E4fzZYFjAA0=";
hash = "sha256-ulhqGm8wz3BbL5IgZxLfIoHNMgKAIQ57e4Cty48lbjs=";
};
patches = [