python310Packages.unidiff: 0.7.0 -> 0.7.3

This commit is contained in:
R. Ryantm 2022-03-13 13:43:34 +00:00
parent 12769bc7e1
commit 164c966f4b

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" ];