Commit c58d8069 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pixelmatch: 0.3.0 -> 0.4.0

parent b71fbab4
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;
  };