python310Packages.yq: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2023-09-14 23:28:28 +00:00
parent 639e796423
commit 51056e2098

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "yq";
version = "3.2.2";
version = "3.2.3";
src = fetchPypi {
inherit pname version;
hash = "sha256-jbt6DJN92/w90XXmR49AlgwUDT6LHxoDFd52OE1mZQo=";
hash = "sha256-Kcj+HTa09kFj9NATFMauIXU5hw9hAhbe5gJd+16vr7E=";
};
patches = [