mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-django: Update to 3.2.9.
* gnu/packages/django.scm (python-django): Update to 3.2.9.
This commit is contained in:
parent
f63fb61d0c
commit
50fff94b5a
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@ (define-module (gnu packages django)
|
|||
(define-public python-django
|
||||
(package
|
||||
(name "python-django")
|
||||
(version "3.2.6")
|
||||
(version "3.2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Django" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08p0gf1n548fjba76wspcj1jb3li6lr7xi87w2xq7hylr528azzj"))))
|
||||
"023ag89799z53034ya71b636gih7ldvgdgfc0zdzqbsjy4046a2i"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue