python: pytest-django: 3.7.0 -> 3.9.0
This commit is contained in:
parent
8c8c07b9a5
commit
e1dcc4d602
@ -10,11 +10,11 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-django";
|
pname = "pytest-django";
|
||||||
version = "3.7.0";
|
version = "3.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "17592f06d51c2ef4b7a0fb24aa32c8b6998506a03c8439606cb96db160106659";
|
sha256 = "664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest setuptools_scm ];
|
nativeBuildInputs = [ pytest setuptools_scm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user