mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python311Packages.django_3: 3.2.23 -> 3.2.24
https://docs.djangoproject.com/en/dev/releases/3.2.24/ https://www.djangoproject.com/weblog/2024/feb/06/security-releases/ https://www.openwall.com/lists/oss-security/2024/02/06/2 Fixes: CVE-2024-24680
This commit is contained in:
parent
ed742ab4fc
commit
fab1080a3e
@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django";
|
||||
version = "3.2.23";
|
||||
version = "3.2.24";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Django";
|
||||
inherit version;
|
||||
hash = "sha256-gpaPNkDinvSnc68sKESPX3oI0AHGrAWzLQKu7mUJUIs=";
|
||||
hash = "sha256-qu6fsPtOvUMRUgiHrS4zMT02iEZgf4KpoO1GHNTDWxg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user