Skip to content

Commit

Permalink
yq: 3.3.0 -> 3.4.1
Browse files Browse the repository at this point in the history
Contains an important fix to number parsing

See kislyuk/yq#176
  • Loading branch information
Atemu committed Apr 18, 2024
1 parent 5672bc9 commit 1cd1530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1cd1530

Please sign in to comment.