python: pytest-django: 3.6.0 -> 3.7.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:20 +01:00
parent 77a2973471
commit c3a57ecb9d

View file

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