about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-05 04:17:03 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-04 23:16:18 -0800
commit1a42b1c0242a2bd444051d38c36f25e5a8514eee (patch)
tree745b46f7e86811f4e3b7e624e18f06d6cdc27d5a /pkgs
parent341aa3d3e04c122193c51838c5bcf33dcfab9f52 (diff)
python37Packages.django_modelcluster: 5.0.2 -> 5.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/django_modelcluster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django_modelcluster/default.nix b/pkgs/development/python-modules/django_modelcluster/default.nix
index 4ded69bc32563..e41b455cd4b5e 100644
--- a/pkgs/development/python-modules/django_modelcluster/default.nix
+++ b/pkgs/development/python-modules/django_modelcluster/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "django-modelcluster";
-  version = "5.0.2";
+  version = "5.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c7a42cf9b93d1161a10bf59919f7ee52d996a523a4134b2a136f6fe1eba7a2fa";
+    sha256 = "783d177f7bf5c8f30fe365c347b9a032920de371fe1c63d955d7b283684d4c08";
   };
 
   disabled = pythonOlder "3.5";