Merge pull request #305006 from Atemu/update/yq

yq: 3.3.0 -> 3.4.1
This commit is contained in:
Atemu 2024-04-18 11:02:42 +02:00 committed by GitHub
commit e72dc728a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "yq";
version = "3.3.0";
version = "3.4.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-0qtWLxGx4OW5ZUubBtQ/iiBSacx72izgdzJfWhI2Udw=";
hash = "sha256-tVjatvFcA+JKHESHiVALINbzB+6cpMk2E4fzZYFjAA0=";
};
patches = [