mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python312Packages.django: 4.2.14 -> 4.2.15
https://docs.djangoproject.com/en/4.2/releases/4.2.15/ https://www.djangoproject.com/weblog/2024/aug/06/security-releases/ Fixes: CVE-2024-41989, CVE-2024-41990, CVE-2024-41991, CVE-2024-42005
This commit is contained in:
parent
98815855ea
commit
5e12a4df29
@ -44,7 +44,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django";
|
||||
version = "4.2.14";
|
||||
version = "4.2.15";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
owner = "django";
|
||||
repo = "django";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Nt+dVIikfe7gJY6/qJzkolkXeSFNBCbCEMSaKYmvCz4=";
|
||||
hash = "sha256-SWENMUsTgP3X3EvFiTgpKCZO0/KaZ1x1stSyp2kM/P4=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user