Unverified Commit e4d7cf93 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #280574 from fabaff/jsonpath-ng-bump

python311Packages.jsonpath-ng: 1.6.0 -> 1.6.1
parents 7e02188c 6dcc1d2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "jsonpath-ng";
  version = "1.6.0";
  version = "1.6.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "h2non";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-q4kIH/2+VKdlSa+IhJ3ymHpc5gmml9lW4aJS477/YSo=";
    hash = "sha256-0ErTGxGlMn/k2KMwRV26WJpx85yJUfn6Hgp5pU4RZA4=";
  };

  propagatedBuildInputs = [