mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.django_4: 4.2.21 -> 4.2.22
https://docs.djangoproject.com/en/4.2/releases/4.2.22/
(cherry picked from commit 16b903fe2f
)
This commit is contained in:
parent
b5561faea6
commit
8c43b5de95
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "django";
|
||||
version = "4.2.21";
|
||||
version = "4.2.22";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
|||
owner = "django";
|
||||
repo = "django";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-GiOPIuYJAkMPW8JccJvFEoQi36rCmySHeLB7mAmg6CM=";
|
||||
hash = "sha256-+kq3GF2Q8uaa+UsZK5uWQIyW9tSjfKAE+yiuDTSVwwA=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue