Merge pull request #241270 from mweinelt/django-3.2.20

python310Packages.django_3: 3.2.19 -> 3.2.20
This commit is contained in:
Martin Weinelt
2023-07-06 14:37:54 +02:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "django";
version = "3.2.19";
version = "3.2.20";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "Django";
inherit version;
hash = "sha256-AxNluuloFNoZwQcGIYxE3/O2VMxN4gqYvS0pub3kafA=";
hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA=";
};
patches = [