Merge pull request #144107 from r-ryantm/auto-update/python38Packages.django_3
This commit is contained in:
commit
38d49533e3
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "3.2.8";
|
||||
version = "3.2.9";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af";
|
||||
sha256 = "51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08";
|
||||
};
|
||||
|
||||
patches = lib.optional withGdal
|
||||
|
|
Loading…
Reference in a new issue