summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-07 12:25:59 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:31 +0100
commit15b47480567112e49586a933c397b6ee7808698b (patch)
treed07fc3f04674a80768bb5f39e81c91339a155ec1
parentbba7c079e66ed33d1463eca6dcad1716e874275f (diff)
gnu: python-kanon: Fix build by using python-pandas@2.
* gnu/packages/astronomy.scm (python-kanon): [propagated-inputs]: Replace python-pandas with python-pandas-2.
-rw-r--r--gnu/packages/astronomy.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2e09ca4458f..d30e12f4d06 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7268,7 +7268,7 @@ files.")
7268 (list python-astropy 7268 (list python-astropy
7269 python-matplotlib 7269 python-matplotlib
7270 python-numpy 7270 python-numpy
7271 python-pandas 7271 python-pandas-2
7272 python-requests 7272 python-requests
7273 python-scipy 7273 python-scipy
7274 ;; [optional] 7274 ;; [optional]