Skip to content

Commit

Permalink
python3Packages.django_2_2: 2.2.8 -> 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix authored and Jon committed Dec 19, 2019
1 parent b8afcb7 commit b7e6b41
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.9";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "183wmqgkspb9vk1dc42h5s2h31gjpw68vv6ywbvpljvakiplzbd4";
sha256 = "199mwqs6apdxjm4afqjbvqs98j2927rv2wbgy5vzvqwjhzviyak6";
};

patches = stdenv.lib.optional withGdal
Expand Down

0 comments on commit b7e6b41

Please sign in to comment.