Skip to content

Commit

Permalink
python37Packages.pytest-django: 3.4.7 -> 3.4.8 (#57440)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and dotlambda committed Mar 15, 2019
1 parent 9905de7 commit db845e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytest-django/default.nix
Expand Up @@ -10,11 +10,11 @@
}:
buildPythonPackage rec {
pname = "pytest-django";
version = "3.4.7";
version = "3.4.8";

src = fetchPypi {
inherit pname version;
sha256 = "3d489db7c9bd18d7c154347b1bdfb82cc6b1ec8539543508b199c77e5eb2caec";
sha256 = "1vj2xfb6jl570zmmwlhvfpj7af5q554z72z51ril07gyfkkq6cjd";
};

nativeBuildInputs = [ pytest setuptools_scm ];
Expand Down

0 comments on commit db845e8

Please sign in to comment.