python311Packages.datadiff: 2.1.0 -> 2.2.0

This commit is contained in:
Fabian Affolter 2023-08-30 23:07:13 +02:00
parent e8db8bb6ba
commit 151b3a4e48

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "datadiff";
version = "2.1.0";
version = "2.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-I9QpQyW3sHyUgCYZYfJecTJDNHLaQtqnXG4WeA4p5VE=";
hash = "sha256-fOcN/uqMM/HYjbRrDv/ukFzDa023Ofa7BwqC3omB0ws=";
};
# Tests are not part of the PyPI releases