python3Packages.django_4: 4.1.2 -> 4.1.3

https://docs.djangoproject.com/en/4.1/releases/4.1.3/
This commit is contained in:
Martin Weinelt 2022-11-02 01:02:44 +01:00
parent d3e16830b2
commit a945f716b4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.1.2";
version = "4.1.3";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-uNhDcUgQq4jVk0RQfURHvoss8SpJAxNjtu7Z8bmyKA8=";
hash = "sha256-Z4u/yGBOskbtVOIGPwdl8TsyGlBSa9yMsflD7af6MfE=";
};
patches = [