python310Packages.django_3: 3.2.18 -> 3.2.19

https://docs.djangoproject.com/en/dev/releases/3.2.19/

Fixes: CVE-2023-31047
(cherry picked from commit 6538d97fd4)
This commit is contained in:
Martin Weinelt
2023-05-04 14:36:25 +02:00
committed by github-actions[bot]
parent 8e5547fac1
commit 8980f88861

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.18";
version = "3.2.19";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
hash = "sha256-CCCN/okutk//BzynQ7O5UjERBPk55/ba6VT+ctzFM7o=";
hash = "sha256-AxNluuloFNoZwQcGIYxE3/O2VMxN4gqYvS0pub3kafA=";
};
patches = [