gnu: python-django@3.2: Update to 3.2.18.

Fixes the 'test_custom_fields' failure:

  9da46345d8

* gnu/packages/django.scm (python-django-3.2): Update to 3.2.18.
This commit is contained in:
Ludovic Courtès 2023-04-23 22:34:49 +02:00
parent f16a99df2e
commit e6a88bcf16
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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