python311Packages.django_4: 4.2.8 -> 4.2.9

https://docs.djangoproject.com/en/4.2/releases/4.2.9/
This commit is contained in:
Martin Weinelt 2024-01-02 12:04:48 +01:00
parent ce7c5efd68
commit 4e922e37b4
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.8";
version = "4.2.9";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-1p1eNsxdn060hyvjbGIoeK/NzpQGJxbPPiW87csWi2I=";
hash = "sha256-EkmMw8uLyAOFOf756Q6V9QdQJDbB8MOmc0ETJPpnXRQ=";
};
patches = [