mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
17da19f4bc
commit
c1f4c8b42b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue