mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
python3Packages.django_3: 3.2.9 -> 3.2.10
This commit is contained in:
parent
df0c1b8745
commit
8f6c98f535
|
@ -13,13 +13,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "3.2.9";
|
||||
version = "3.2.10";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08";
|
||||
sha256 = "sha256-B06IGLS0Cs3CNp5n3NZVXVWDKXhUCNzSU0DumPHx1cQ=";
|
||||
};
|
||||
|
||||
patches = lib.optional withGdal
|
||||
|
|
Loading…
Reference in a new issue