yq: 3.3.0 -> 3.4.1

Contains an important fix to number parsing

See https://github.com/kislyuk/yq/pull/176
This commit is contained in:
Atemu 2024-04-18 10:19:05 +02:00
parent 5672bc9dbf
commit 1cd153003c
1 changed files with 2 additions and 2 deletions

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