Merge pull request #259031 from mweinelt/django-4.2.6

python311Packages.django_4: 4.2.5 -> 4.2.6
This commit is contained in:
Martin Weinelt 2023-10-05 02:16:39 +02:00 committed by GitHub
commit 1558734e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
version = "4.2.5";
version = "4.2.6";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-XlwclUj/t3lrSopHgumi5aPfNhUln8G/0+vHO2RhRsE=";
hash = "sha256-CPQfRotjM1rqDZBMVyngJQMA9qGQe/KTplSZSWzbxo8=";
};
patches = [