diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-12-07 11:33:38 +0100 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-12-07 20:18:49 -0800 |
| commit | 3258df6ef825ac93245267d9bbe78c50c042e140 (patch) | |
| tree | 21b9bca341222dcd60de488e245180fb9810f543 | |
| parent | Merge pull request #148770 from risicle/ris-libjxl-CVE-2021-22563-r21.11 (diff) | |
| download | nixpkgs-3258df6ef825ac93245267d9bbe78c50c042e140.tar.gz | |
python3Packages.django_3: 3.2.9 -> 3.2.10
(cherry picked from commit b4ad673b1fc58970209528718b0b496e362f0169)
| -rw-r--r-- | pkgs/development/python-modules/django/3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix index 9b8aa8cba8f4..fdcb8129f27d 100644 --- a/pkgs/development/python-modules/django/3.nix +++ b/pkgs/development/python-modules/django/3.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "Django"; - version = "3.2.9"; + version = "3.2.10"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08"; + sha256 = "sha256-B06IGLS0Cs3CNp5n3NZVXVWDKXhUCNzSU0DumPHx1cQ="; }; patches = lib.optional withGdal |
