3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.django_3: 3.1.7 -> 3.2

Fixes: CVE-2021-28658
This commit is contained in:
Martin Weinelt 2021-04-06 15:46:24 +02:00
parent 052d6c755d
commit 413fb40841
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,13 +13,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "3.1.7"; version = "3.2";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7"; sha256 = "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11";
}; };
patches = lib.optional withGdal patches = lib.optional withGdal