me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -142,13 +142,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.15")
(version "3.2.18")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"0asqhsw73555wjnvd7769b89q9w96q2k95mcr634mw92m2qk86gp"))))
"1fikqpf75zjlx7dgdrrrz4212cajp6rl79rw0zzlzdifi7z8s808"))))
(native-search-paths '()) ;no need for TZDIR
(propagated-inputs
(modify-inputs (package-propagated-inputs python-django-4.0)