aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/django_modelcluster
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:14 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:19 +0100
commitd3e8281441c65fbc8a0c5c27c26eb8af18802f78 (patch)
tree30057c1ff1f333bb0e07dca03b02be4169e9deb1 /pkgs/development/python-modules/django_modelcluster
parent6d00cda77c63e295d833e260532ae88a26e427e3 (diff)
python: django-modelcluster: 4.2 -> 4.3
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 0b0ddf5f0f2..7f89335c192 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.2";
+ version = "4.3";
src = fetchPypi {
inherit pname version;
- sha256 = "42bd7fa91af9996d7dfd34e6b027445acbece188d371d63abd19dde4c7ac8fc8";
+ sha256 = "407845f0c16b6f17547a65864657377446e0b3aa8a629b032bf5053f87f82fe9";
};
doCheck = false;