summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/django
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-12-04 19:22:06 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-12-04 19:24:48 +0100
commit00bcf5cb457368df62bd1448e6f34b3c8f9792ff (patch)
tree535c45a3f4446717ec250e875e137dbbcc082a79 /pkgs/development/python-modules/django
parentpython3Packages.pywikibot: init at 9.5.0 (#333068) (diff)
downloadnixpkgs-00bcf5cb457368df62bd1448e6f34b3c8f9792ff.tar.gz
python3Packages.django_5: 5.1.3 -> 5.1.4
Fixes CVE-2024-53907 and CVE-2024-53908. Changes: https://docs.djangoproject.com/en/dev/releases/5.1.4/
Diffstat (limited to 'pkgs/development/python-modules/django')
-rw-r--r--pkgs/development/python-modules/django/5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/5.nix b/pkgs/development/python-modules/django/5.nix
index 456cae7155a9..01393258dbef 100644
--- a/pkgs/development/python-modules/django/5.nix
+++ b/pkgs/development/python-modules/django/5.nix
@@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "django";
- version = "5.1.3";
+ version = "5.1.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
- hash = "sha256-TqOVe+QkwNx/SpI/6X/AQaqLHk3LDSupoRl3RKL6kac=";
+ hash = "sha256-rE/aErydql5UjS/IiLpDtA3YOsAa+0uRyo40RsjCGLc=";
};
patches =