Merge pull request #225728 from r-ryantm/auto-update/python310Packages.django-configurations

python310Packages.django-configurations: 2.4 -> 2.4.1
This commit is contained in:
Nick Cao
2023-04-12 10:58:47 +08:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-configurations";
version = "2.4";
version = "2.4.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-IrmWTmtlfa/Ho1QQoRXSDxRRFJqCc3rcbDMew2WIgZY=";
hash = "sha256-psJcFDg05nsg00dRUS0IsykGhPJQmO4hKx7jaASlkIU=";
};
buildInputs = [