gnu: python-django: Update to 5.2.8.

* gnu/packages/django.scm (python-django): Update to version 5.2.8.

Change-Id: I1827f8d0174da853069e716bfe5199679aaca33e
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Charles Roelli 2025-11-06 16:21:21 +01:00 committed by jgart
parent 17da19f4bc
commit c1f4c8b42b
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -203,13 +203,13 @@ your project into different processes.")
(define-public python-django
(package
(name "python-django")
(version "5.2.7")
(version "5.2.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django" version))
(sha256
(base32 "1pbc6pdb32gr30djr1jrw1xwvfwir9k16fm6jmm73cai4lpg3xp0"))))
(base32 "0zvc8p4brwbj4yy8jxcannjfnik2xh4vis04c3x2r6mvlmk4h993"))))
(build-system pyproject-build-system)
(arguments
'(#:test-flags