python37Packages.pytest-django: 3.4.8 -> 3.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
This commit is contained in:
R. RyanTM 2019-07-02 08:41:05 -07:00 committed by Frederik Rietdijk
parent 3936095feb
commit 7990d1bf47

View File

@ -10,11 +10,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-django"; pname = "pytest-django";
version = "3.4.8"; version = "3.5.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1vj2xfb6jl570zmmwlhvfpj7af5q554z72z51ril07gyfkkq6cjd"; sha256 = "1fynkswykgnqn8wqibavf598md5p005ilcac6sk4hpfv0v2v8kr6";
}; };
nativeBuildInputs = [ pytest setuptools_scm ]; nativeBuildInputs = [ pytest setuptools_scm ];