summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-09 01:09:40 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-09 01:09:40 +0200
commit8f1a5c74c98c1ca5d4adf083ecf1d1c14ebed528 (patch)
treefdaff580b20d4b5ae75d7fe22d39ffe630853679 /gnu
parent47eaa5efaa55eeeaf43646374b798c799a8af5fc (diff)
gnu: Remove python-django-3.1.14.
* gnu/packages/django.scm (python-django-3.1.14): Delete variable. Change-Id: Ib332b5a64696f6df6e35dd40538d4a23033afa97
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/django.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4d428d4686a..446ba65128e 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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