Merge pull request #50598 from r-ryantm/auto-update/python3.6-pytest-django

python36Packages.pytest-django: 3.4.3 -> 3.4.4
This commit is contained in:
Renaud 2018-11-18 21:42:43 +01:00 committed by GitHub
commit 6788fd721b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
}:
buildPythonPackage rec {
pname = "pytest-django";
version = "3.4.3";
version = "3.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "b379282feaf89069cb790775ab6bbbd2bd2038a68c7ef9b84a41898e0b551081";
sha256 = "07zl2438gavrcykva6i2lpxmzgf90h4xlm3nqgd7wsqz2yh727zy";
};
buildInputs = [ pytest setuptools_scm ];