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

yq: 3.2.3 -> 3.3.0
This commit is contained in:
Sandro 2024-04-14 21:43:27 +02:00 committed by GitHub
commit 2fc8074584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "yq";
version = "3.2.3";
version = "3.3.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Kcj+HTa09kFj9NATFMauIXU5hw9hAhbe5gJd+16vr7E=";
hash = "sha256-0qtWLxGx4OW5ZUubBtQ/iiBSacx72izgdzJfWhI2Udw=";
};
patches = [