Skip to content

Commit

Permalink
python37Packages.django_2_2: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
  • Loading branch information
r-ryantm committed Aug 5, 2019
1 parent 5332890 commit c76f10f
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.3";
version = "2.2.4";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1sn0a7yjipwxrplh1x4kr77a93xzik1inh07bxwaqaw94qdzc8sd";
sha256 = "1s5ad5zlmwdn4h5lwn4s4m8mqy0gz4w9nfzyknn815sr252db98n";
};

patches = stdenv.lib.optional withGdal
Expand Down

0 comments on commit c76f10f

Please sign in to comment.