Skip to content

Commit

Permalink
python311Packages.django_5: 5.0rc1 -> 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 5, 2023
1 parent ac69f42 commit a2f3134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@

buildPythonPackage rec {
pname = "Django";
version = "5.0rc1";
version = "5.0";
pyproject = true;

disabled = pythonOlder "3.10";

src = fetchPypi {
inherit pname version;
hash = "sha256-pLt3plnaAyt0GpXcuVeGTzaVJ10dWB73Y3IUMA+qrzA=";
hash = "sha256-fSnhTfvBnLapWkvWae294R9dTGpx/apCwtQLaEboB/c=";
};

patches = [
Expand Down

0 comments on commit a2f3134

Please sign in to comment.