mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.django_5: 5.2.15 -> 5.2.16
https://docs.djangoproject.com/en/5.2/releases/5.2.16/
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/
Fixes: CVE-2026-48588, CVE-2026-53877, CVE-2026-53878
(cherry picked from commit 4dea9ea7c2)
This commit is contained in:
committed by
github-actions[bot]
parent
46558495f1
commit
23ba66b604
@@ -41,14 +41,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django";
|
||||
version = "5.2.15";
|
||||
version = "5.2.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "django";
|
||||
repo = "django";
|
||||
tag = version;
|
||||
hash = "sha256-K9yFHr3IkVNMqoeumESszVlju2fW2r8hS8z6M2OdVpE=";
|
||||
hash = "sha256-DZa3OkqnrgXp1A/HerKYdUdanvi5jxHndo1DV4RVs0M=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user