Merge pull request #209818 from r-ryantm/auto-update/python310Packages.datadiff

python310Packages.datadiff: 2.0.0 -> 2.1.0
This commit is contained in:
Jonas Heinrich 2023-01-10 15:57:46 +01:00 committed by GitHub
commit 8f76a3bf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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