mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-django-3.1.14.
* gnu/packages/django.scm (python-django-3.1.14): Delete variable. Change-Id: Ib332b5a64696f6df6e35dd40538d4a23033afa97
This commit is contained in:
parent
47eaa5efaa
commit
8f1a5c74c9
1 changed files with 0 additions and 16 deletions
|
@ -229,22 +229,6 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
|
|||
;; This CVE seems fixed since 4.2.1.
|
||||
(lint-hidden-cve . ("CVE-2023-31047"))))))
|
||||
|
||||
;; archivebox requires django>=3.1.3,<3.2
|
||||
(define-public python-django-3.1.14
|
||||
(package
|
||||
(inherit python-django-4.2)
|
||||
(version "3.1.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Django" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ix3v2wlnplv78zxjrlw8z3hiap2d5mxvk0ny2fc65526shsb93j"))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-django-4.2)
|
||||
;; Django 4.0 deprecated pytz in favor of Pythons built-in zoneinfo.
|
||||
(append python-pytz)))))
|
||||
|
||||
(define-public python-django python-django-4.2)
|
||||
|
||||
(define-public python-django-cache-url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue