aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/django-dynamic-preferences
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:04 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:56 +0200
commit2ec2b62997566353a4d2606b78fd70c2ffcb5eea (patch)
treeed0d81245685b4b333de27752176a18081d7dfba /pkgs/development/python-modules/django-dynamic-preferences
parenta25c90195e8e4ccf8dc895b513d0f153391a14de (diff)
python: django-dynamic-preferences: 1.8.1 -> 1.9
Diffstat (limited to 'pkgs/development/python-modules/django-dynamic-preferences')
-rw-r--r--pkgs/development/python-modules/django-dynamic-preferences/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-dynamic-preferences/default.nix b/pkgs/development/python-modules/django-dynamic-preferences/default.nix
index d18f5924fdcc..d472a595568d 100644
--- a/pkgs/development/python-modules/django-dynamic-preferences/default.nix
+++ b/pkgs/development/python-modules/django-dynamic-preferences/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-dynamic-preferences";
- version = "1.8.1";
+ version = "1.9";
src = fetchPypi {
inherit pname version;
- sha256 = "727f71f865ff29df93c01a0a1686af0dca19776ee786f876ea0ae7e062719b24";
+ sha256 = "407db27bf55d391c4c8a4944e0521f35eff82c2f2fd5a2fc843fb1b4cc1a31f4";
};
propagatedBuildInputs = [ six django persisting-theory ];