python3Packages.django_2: 2.2.20 -> 2.2.22
https://www.djangoproject.com/weblog/2021/may/06/security-releases/
This commit is contained in:
parent
b8cdb044e9
commit
2e0b8acd82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue