summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-django
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:45 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:51 +0100
commit8c00164ec28cb3dc4003ad94b7dd7bf521b47756 (patch)
tree1da4c63a14bc3ea01c944f20370574cb8c81361e /pkgs/development/python-modules/pytest-django
parentab1ed83236fb8c7c73c6ffad3714a4928ecc6b61 (diff)
downloadnixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar.gz
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar.bz2
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar.lz
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar.xz
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.tar.zst
nixpkgs-8c00164ec28cb3dc4003ad94b7dd7bf521b47756.zip
python: pytest-django: 3.5.1 -> 3.6.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-django')
-rw-r--r--pkgs/development/python-modules/pytest-django/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-django/default.nix b/pkgs/development/python-modules/pytest-django/default.nix
index 794a1e8bf20..4480cc1afcf 100644
--- a/pkgs/development/python-modules/pytest-django/default.nix
+++ b/pkgs/development/python-modules/pytest-django/default.nix
@@ -10,11 +10,11 @@
 }:
 buildPythonPackage rec {
   pname = "pytest-django";
-  version = "3.5.1";
+  version = "3.6.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1fynkswykgnqn8wqibavf598md5p005ilcac6sk4hpfv0v2v8kr6";
+    sha256 = "b6c900461a6a7c450dcf11736cabc289a90f5d6f28ef74c46e32e86ffd16a4bd";
   };
 
   nativeBuildInputs = [ pytest setuptools_scm ];