me
/
guix
Archived
1
0
Fork 0

gnu: python-django@3.2: Update to 3.2.15 [fixes CVE-2022-36359].

* gnu/packages/django.scm (python-django-3.2): Update to 3.2.15.
Marius Bakke 2022-08-08 09:09:16 +02:00
parent bd698fede7
commit d6dab262d5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -141,13 +141,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-3.2
(package
(inherit python-django-4.0)
(version "3.2.14")
(version "3.2.15")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"1krg0bfd78mnqly1gzbprssz3bz6xryc2fig0x75la2vifx84wb7"))))
"0asqhsw73555wjnvd7769b89q9w96q2k95mcr634mw92m2qk86gp"))))
(native-search-paths '()) ;no need for TZDIR
(propagated-inputs
(modify-inputs (package-propagated-inputs python-django-4.0)