diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-12-07 11:34:48 +0100 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-12-07 20:18:49 -0800 |
| commit | 50b41ae0484dd5fd908a5300277ba20cd1a25f78 (patch) | |
| tree | 955d6f6cf51a6d527e259c66d475c5f2dab1979a | |
| parent | python3Packages.django_3: 3.2.9 -> 3.2.10 (diff) | |
| download | nixpkgs-50b41ae0484dd5fd908a5300277ba20cd1a25f78.tar.gz | |
python3Packages.django_2: 2.2.24 -> 2.2.25
(cherry picked from commit 24f959ebf3a0c638c91a80960dee701bedd3a663)
| -rw-r--r-- | pkgs/development/python-modules/django/2.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/2.nix b/pkgs/development/python-modules/django/2.nix index c1e5139d3015..9a0d98034c66 100644 --- a/pkgs/development/python-modules/django/2.nix +++ b/pkgs/development/python-modules/django/2.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "Django"; - version = "2.2.24"; + version = "2.2.25"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - sha256 = "1dvx3x85lggm91x7mpvaf9nmpxyz7r97pbpnmr2k1qfy0c7gyf9k"; + sha256 = "sha256-seZerzcTR9SxPrfgYbCXhslzBh3pU5DDJ8hcHiqiNJw="; }; patches = lib.optional withGdal |
