python3Packages.django_3: 3.2.9 -> 3.2.10

This commit is contained in:
Martin Weinelt 2021-12-07 11:33:38 +01:00 committed by Jonathan Ringer
parent df0c1b8745
commit 8f6c98f535

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "Django";
version = "3.2.9";
version = "3.2.10";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08";
sha256 = "sha256-B06IGLS0Cs3CNp5n3NZVXVWDKXhUCNzSU0DumPHx1cQ=";
};
patches = lib.optional withGdal