Unverified Commit 3a79236b authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

openrefine: 3.9.2 -> 3.9.3 (#400252)

parents dfef6b0b fe89e76d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
}:

let
  version = "3.9.2";
  version = "3.9.3";
  src = fetchFromGitHub {
    owner = "openrefine";
    repo = "openrefine";
    rev = version;
    hash = "sha256-Z52YfS+caNe7N3xMv85eoBes6TwkSsGk5/rGaQd/6ds=";
    hash = "sha256-wV5ur31JEGcMSLRHQq/H6GlsdpEzTH6ZxBkE9Sj6TkU=";
  };

  npmPkg = buildNpmPackage {