mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.django_4: 4.0.5 -> 4.0.6
https://www.djangoproject.com/weblog/2022/jul/04/security-releases/ https://docs.djangoproject.com/en/dev/releases/4.0.6/ Fixes: CVE-2022-34265
This commit is contained in:
parent
8e8231f1f0
commit
3086451764
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Django";
|
pname = "Django";
|
||||||
version = "4.0.5";
|
version = "4.0.6";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-90MaXecneWbzeFVXw5KEMzR9mYweZFkyRQE3iikeWqs=";
|
hash = "sha256-pnp5P/aCf9NzVVU33KDaKTpjoxb+NMt/Nn+JjMyjw64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optional withGdal
|
patches = lib.optional withGdal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue