mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
[Backport staging-24.11] python3Packages.django_4: 4.2.21 -> 4.2.22 (#414228)
This commit is contained in:
commit
3b3cd7fe66
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django";
|
pname = "django";
|
||||||
version = "4.2.21";
|
version = "4.2.22";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||||
owner = "django";
|
owner = "django";
|
||||||
repo = "django";
|
repo = "django";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-GiOPIuYJAkMPW8JccJvFEoQi36rCmySHeLB7mAmg6CM=";
|
hash = "sha256-+kq3GF2Q8uaa+UsZK5uWQIyW9tSjfKAE+yiuDTSVwwA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue