python310Packages.datadiff: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-01-09 03:26:26 +00:00
parent 4769274f53
commit 7ca7babecc

View file

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