python310Packages.django-configurations: 2.4.1 -> 2.5

This commit is contained in:
R. Ryantm 2023-11-05 18:56:53 +00:00 committed by Jonathan Ringer
parent c81b8e3bf5
commit 2578eced62

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-configurations";
version = "2.4.1";
version = "2.5";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-psJcFDg05nsg00dRUS0IsykGhPJQmO4hKx7jaASlkIU=";
hash = "sha256-Y/olLEDciOoXuLkPX0oxonJuWGrLH/Dtx0wijGHxnl0=";
};
buildInputs = [