3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.django_4: 4.2.3 -> 4.2.4

https://docs.djangoproject.com/en/4.2/releases/4.2.4/
This commit is contained in:
Martin Weinelt 2023-08-02 18:08:48 +02:00
parent c04bb6143d
commit 0307dd3625
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.2.3";
version = "4.2.4";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-RadH4cWz1t8bFBsUgeGTsDP9H9vaP/Umd9yBr9qsuu0=";
hash = "sha256-fkIl7AZeDzVMz3NJoi0gneCcwcB0gyvp64TFHBeZxDI=";
};
patches = [