Commit 17b7fa77 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.jsonpath-ng: 1.5.3 -> 1.6.0

parent dc1834e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "jsonpath-ng";
  version = "1.5.3";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "h2non";
    repo = pname;
    # missing tag https://github.com/h2non/jsonpath-ng/issues/114
    rev = "cce4a3d4063ac8af928795acc53beb27a2bfd101";
    hash = "sha256-+9iQHQs5TQhZFeIqMlsa3FFPfZEktAWy1lSdJU7kZrc=";
    rev = "refs/tags/v${version}";
    hash = "sha256-q4kIH/2+VKdlSa+IhJ3ymHpc5gmml9lW4aJS477/YSo=";
  };

  propagatedBuildInputs = [