python3Packages.django_5: 5.2.14 -> 5.2.15 (#527788)

This commit is contained in:
Martin Weinelt 2026-06-04 00:14:12 +00:00 committed by GitHub
commit 8144f7e783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django";
version = "5.2.14";
version = "5.2.15";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "django";
tag = version;
hash = "sha256-gb/4WL2VLoqRucpXuKyPsMSwKZ6gaxy5JA7QTeeazjk=";
hash = "sha256-K9yFHr3IkVNMqoeumESszVlju2fW2r8hS8z6M2OdVpE=";
};
patches = [