python3Packages.django-dynamic-preferences: 1.12.0 -> 1.13.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:04 +02:00
parent a3349806df
commit f67697fd51

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-dynamic-preferences";
version = "1.12.0";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zYmHz45N024BmtPoolxYm8S0EMpKZs38vlwlpRenwK0=";
sha256 = "sha256-t7E8kTtbb24FyICv6uGpGxR6W8EfuVB5FR2cyItgalA=";
};
propagatedBuildInputs = [ six django persisting-theory ];