about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django_modelcluster
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 17:08:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 17:08:13 -0700
commitfb9591e8bcd696c69902d3e183c1ae6f0a244c29 (patch)
tree63ae990483f576b980b8a0e88322798e7dbebb9e /pkgs/development/python-modules/django_modelcluster
parent993e2b4ec2e670b3bb02b0ad19c83f0ae365c198 (diff)
python37Packages.django_modelcluster: 4.3 -> 4.4
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-django-modelcluster/versions
Diffstat (limited to 'pkgs/development/python-modules/django_modelcluster')
-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 7f89335c1922c..479e66289e644 100644
--- a/pkgs/development/python-modules/django_modelcluster/default.nix
+++ b/pkgs/development/python-modules/django_modelcluster/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "django-modelcluster";
-  version = "4.3";
+  version = "4.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "407845f0c16b6f17547a65864657377446e0b3aa8a629b032bf5053f87f82fe9";
+    sha256 = "02mrs7aapabapfh7h7n71s8r7zxkmad3yk4rdyfwcf0x36326rsr";
   };
 
   doCheck = false;