python3Packages.pytest-image-diff: 0.0.11 -> 0.0.14

This commit is contained in:
Martin Weinelt 2025-01-19 21:17:45 +01:00
parent 1416395458
commit f281d346c3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-image-diff";
version = "0.0.11";
version = "0.0.14";
format = "setuptools";
src = fetchFromGitHub {
owner = "Apkawa";
repo = "pytest-image-diff";
rev = "v${version}";
hash = "sha256-7GBwxm0YQNN/Gq1yyBIxCEYbM7hmOFa9kUsfbBKQtBQ=";
tag = "v${version}";
hash = "sha256-BQwEbZBgjnx5becu5dcDx0yiw3Y2qptwyqywFq6lqas=";
};
propagatedBuildInputs = [