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:
parent
da5af46a09
commit
00d8ed7ae2
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue