Merge pull request #255199 from r-ryantm/auto-update/python310Packages.yq

python310Packages.yq: 3.2.2 -> 3.2.3
This commit is contained in:
OTABI Tomoya 2023-09-16 09:01:11 +09:00 committed by GitHub
commit 47585496bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [