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

This commit is contained in:
Nikolay Korotkiy
2026-03-13 19:29:57 +00:00
committed by GitHub
@@ -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;
};