python: pytest-django: 3.5.1 -> 3.6.0
This commit is contained in:
parent
ab1ed83236
commit
8c00164ec2
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-django";
|
pname = "pytest-django";
|
||||||
version = "3.5.1";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fynkswykgnqn8wqibavf598md5p005ilcac6sk4hpfv0v2v8kr6";
|
sha256 = "b6c900461a6a7c450dcf11736cabc289a90f5d6f28ef74c46e32e86ffd16a4bd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest setuptools_scm ];
|
nativeBuildInputs = [ pytest setuptools_scm ];
|
||||||
|
|
Loading…
Reference in a new issue