Unverified Commit 3921bf3b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

python3Packages.pixelmatch: 0.3.0 -> 0.4.0 (#496471)

parents 03fddfc7 c58d8069
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ let
in
buildPythonPackage rec {
  pname = "pixelmatch";
  version = "0.3.0";
  version = "0.4.0";
  pyproject = true;

  src = fetchgit {
    url = "https://github.com/whtsky/pixelmatch-py.git";
    tag = "v${version}";
    hash = "sha256-xq0LT7v83YRz0baw24iDXiuUxiNPMEsiZNIewsH3JPw=";
    hash = "sha256-tl1y8SASS8XR3ix4DLvwi5OoIs73oxYOF9Z90jPIU4o=";
    fetchLFS = true;
  };