python310Packages.django_4: 4.2 -> 4.2.1

https://docs.djangoproject.com/en/4.2/releases/4.2.1/

Fixes: CVE-2023-31047
This commit is contained in:
Martin Weinelt 2023-05-04 14:39:33 +02:00
parent 353a67c4d0
commit 8b9ea18d28
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.2";
version = "4.2.1";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-w24qsSgk4qw2r6iyUVpwxTx3QvDW6u+nMR7DeVWNuZc=";
hash = "sha256-fvprH3gaYRmhCslLR5Te2Q24rMvngCKBzSb4Zk/+1Zw=";
};
patches = [