Merge pull request #164003 from r-ryantm/auto-update/python310Packages.unidiff

python310Packages.unidiff: 0.7.0 -> 0.7.3
This commit is contained in:
Mario Rodas 2022-03-13 16:47:20 -05:00 committed by GitHub
commit 07f23cc562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "unidiff";
version = "0.7.0";
version = "0.7.3";
src = fetchPypi {
inherit pname version;
sha256 = "91bb13b4969514a400679d9ae5e29a6ffad85346087677f8b5e2e036af817447";
sha256 = "sha256-1fLlOpoA2zIkqMNjSbU4Dg4i0a7GxpSxT7lIPuk8YgU=";
};
pythonImportsCheck = [ "unidiff" ];