gnu: python-django: Update to 4.2.23.

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

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Nicolas Graves 2025-08-27 18:41:32 +02:00 committed by Danny Milosavljevic
parent d26dff878f
commit bfb1bb24fd
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -141,13 +141,13 @@ your project into different processes.")
(define-public python-django (define-public python-django
(package (package
(name "python-django") (name "python-django")
(version "4.2.16") (version "4.2.23")
(source (origin (source
(origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "django" version))
(sha256 (sha256
(base32 (base32 "1r7sbhllc6d903di0ydqy737s28m223lgpk69y6xhjb4dsxfmza2"))))
"1b8xgwg3gjr974j60x3vgcpp85cg5dwhzqdpdbl8qh3cg311c5kg"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
'(#:test-flags '(#:test-flags