diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-10-04 21:45:22 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-10-04 21:55:04 +0200 |
| commit | 36218e9c881086b83e818b7de428df83b30ab9db (patch) | |
| tree | 796a69d8f45de367d958b7297d0d68c6a0be3a4c | |
| parent | "buildPython*: store dist (wheel/sdist) in dist output (diff) | |
| download | nixpkgs-36218e9c881086b83e818b7de428df83b30ab9db.tar.gz | |
python3Packages.django_4: 4.0.7 -> 4.0.8
https://docs.djangoproject.com/en/4.0/releases/4.0.8/
https://www.djangoproject.com/weblog/2022/oct/04/security-releases/
Fixes: CVE-2022-41323
| -rw-r--r-- | pkgs/development/python-modules/django/4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix index 1ab14001351e..abe109d729a9 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -39,14 +39,14 @@ buildPythonPackage rec { pname = "Django"; - version = "4.0.7"; + version = "4.0.8"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-nG1a02vnmOVi3cqmsXscP/LTxPUppHQytp+5ow+EdGE="; + hash = "sha256-B+ZDPyY8ODmTnPq+ttdVeEHgQZ5HdZp7fTf21E1Arcs="; }; patches = lib.optional withGdal |
