Merge pull request #140737 from r-ryantm/auto-update/python38Packages.django_3

authored by

Sandro and committed by
GitHub
4a936ca3 dcd956d1

+2 -2
+2 -2
pkgs/development/python-modules/django/3.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "Django"; 16 - version = "3.2.7"; 16 + version = "3.2.8"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "95b318319d6997bac3595517101ad9cc83fe5672ac498ba48d1a410f47afecd2"; 22 + sha256 = "f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af"; 23 23 }; 24 24 25 25 patches = lib.optional withGdal