python3Packages.pixelmatch: 0.3.0 -> 0.4.0 (#496471)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user