Skip to content

Commit

Permalink
Revert "pytthonPackages.django_2_2: 2.2.7 -> 2.2.8"
Browse files Browse the repository at this point in the history
This reverts commit 7434f58.

2.2.8 introduced a vulnerability (CVE-2019-19844)

Bump will go directly to 2.2.9.
  • Loading branch information
lsix committed Dec 19, 2019
1 parent ee3ba08 commit 2e73f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django/2_2.nix
Expand Up @@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "Django";
version = "2.2.8";
version = "2.2.7";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "183wmqgkspb9vk1dc42h5s2h31gjpw68vv6ywbvpljvakiplzbd4";
sha256 = "16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86";
};

patches = stdenv.lib.optional withGdal
Expand Down

0 comments on commit 2e73f72

Please sign in to comment.