mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f16a99df2e
commit
e6a88bcf16
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue