python37Packages.django_2_2: 2.2.3 -> 2.2.4

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
This commit is contained in:
R. RyanTM 2019-08-05 02:45:34 -07:00
parent 53328909da
commit c76f10fd01
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Django"; pname = "Django";
version = "2.2.3"; version = "2.2.4";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1sn0a7yjipwxrplh1x4kr77a93xzik1inh07bxwaqaw94qdzc8sd"; sha256 = "1s5ad5zlmwdn4h5lwn4s4m8mqy0gz4w9nfzyknn815sr252db98n";
}; };
patches = stdenv.lib.optional withGdal patches = stdenv.lib.optional withGdal