summaryrefslogtreecommitdiff
path: root/gnu/packages/monitoring.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-09 01:10:52 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-09 01:10:52 +0200
commit42d7a9ddf9d48e1ae5deec44ee6bee0383918a37 (patch)
treec86b5f1c15de4639900c8b17c1688a93d01a6c00 /gnu/packages/monitoring.scm
parent8f1a5c74c98c1ca5d4adf083ecf1d1c14ebed528 (diff)
gnu: python-django-4.2: Remove the alias.
* gnu/packages/django.scm (python-django-4.2): Rename to... (python-django): ...this instead of defining the latter as the former. * gnu/packages/maths.scm (python-mathics-django)[propagated-inputs], gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]: Use python-django instead of python-django-4.2. Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
Diffstat (limited to 'gnu/packages/monitoring.scm')
-rw-r--r--gnu/packages/monitoring.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 66b1a761d9c..5f6d6615878 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -519,7 +519,7 @@ and persisting them to disk using the Whisper time-series library.")
519 python-whisper)) 519 python-whisper))
520 (propagated-inputs 520 (propagated-inputs
521 (list python-cairocffi 521 (list python-cairocffi
522 python-django-4.2 522 python-django
523 python-django-tagging 523 python-django-tagging
524 python-pyparsing 524 python-pyparsing
525 python-pytz 525 python-pytz