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-08-20 02:51:07 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 02:51:07 -0700
commit2c8a0aaedbcfb2fb2ae856e3b0612152e8b9cfbe (patch)
treedfb0d0c0e6ed87581cc0c47c8ce5d8301be2ec4e /pkgs/development/python-modules/django_modelcluster
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
python37Packages.django_modelcluster: 4.4 -> 5.0
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 479e66289e644..59dfcd2b9065e 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.4";
+  version = "5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "02mrs7aapabapfh7h7n71s8r7zxkmad3yk4rdyfwcf0x36326rsr";
+    sha256 = "0zcn1b0lp9dg6xvz8p8v1hrrgqj71izqalqz2dp1nz5rbj3s34x2";
   };
 
   doCheck = false;