1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

python3Packages.django_2: 2.2.20 -> 2.2.22

https://www.djangoproject.com/weblog/2021/may/06/security-releases/
This commit is contained in:
Robert Schütz 2021-05-06 15:18:50 +02:00
parent d3ba49889a
commit 3d90503875

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "Django";
version = "2.2.20";
version = "2.2.22";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95";
sha256 = "db2214db1c99017cbd971e58824e6f424375154fe358afc30e976f5b99fc6060";
};
patches = lib.optional withGdal