python310Packages.unidiff: 0.7.0 -> 0.7.3
This commit is contained in:
parent
12769bc7e1
commit
164c966f4b
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "unidiff";
|
pname = "unidiff";
|
||||||
version = "0.7.0";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "91bb13b4969514a400679d9ae5e29a6ffad85346087677f8b5e2e036af817447";
|
sha256 = "sha256-1fLlOpoA2zIkqMNjSbU4Dg4i0a7GxpSxT7lIPuk8YgU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonImportsCheck = [ "unidiff" ];
|
pythonImportsCheck = [ "unidiff" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user