python: pytest-django: 3.7.0 -> 3.9.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:27 +02:00
parent 8c8c07b9a5
commit e1dcc4d602

View File

@ -10,11 +10,11 @@
}:
buildPythonPackage rec {
pname = "pytest-django";
version = "3.7.0";
version = "3.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "17592f06d51c2ef4b7a0fb24aa32c8b6998506a03c8439606cb96db160106659";
sha256 = "664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9";
};
nativeBuildInputs = [ pytest setuptools_scm ];