1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

python3Packages.django_5_1: 5.1.9 -> 5.1.10

https://docs.djangoproject.com/en/5.1/releases/5.1.10/
https://www.djangoproject.com/weblog/2025/jun/04/security-releases/

Fixes: CVE-2025-48432
This commit is contained in:
Martin Weinelt 2025-06-05 04:58:06 +02:00
parent da5af46a09
commit 00d8ed7ae2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.9";
version = "5.1.10";
pyproject = true;
disabled = pythonOlder "3.10";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-uBP6MoVjPUtNu6KxLjaYmKTN42JIUCTJSuSnQWSxyQU=";
hash = "sha256-+VsTrlff1eBGaVBqRHNOivVXqBkfjZvY2dzawE1sOOQ=";
};
patches =