Merge pull request #74550 from r-ryantm/auto-update/python3.8-django-dynamic-preferences

python38Packages.django-dynamic-preferences: 1.7.1 -> 1.8
This commit is contained in:
Mario Rodas 2019-11-29 19:43:04 -05:00 committed by GitHub
commit 8caeb9b67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-dynamic-preferences";
version = "1.7.1";
version = "1.8";
src = fetchPypi {
inherit pname version;
sha256 = "1z2dndkpypk4pvb0byh5a771vgp50vn8g1rbk5r3sml6dm4wcn7s";
sha256 = "1v7mf48gb2qmmks3ifnhkh0vfd7hpvx5v81ypc9cqy35n3ir0q4a";
};
propagatedBuildInputs = [ six django persisting-theory ];