python3Packages.django_4: 4.0.4 -> 4.0.5
https://docs.djangoproject.com/en/4.0/releases/4.0.5/
This commit is contained in:
parent
f4d4b16d71
commit
0a9a6fa6e2
@ -39,14 +39,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
version = "4.0.4";
|
||||
version = "4.0.5";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ToF3hYUkQXVjzAQw8p6iSZRtgx6ssAaKFFVoZYffQLU=";
|
||||
hash = "sha256-90MaXecneWbzeFVXw5KEMzR9mYweZFkyRQE3iikeWqs=";
|
||||
};
|
||||
|
||||
patches = lib.optional withGdal
|
||||
|
Loading…
Reference in New Issue
Block a user