diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index addb973..0b32ba4 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -147,6 +147,9 @@ functions.") ("python-retrying" ,python-retrying) ("python-six" ,python-six))))) +(define-public python2-plotly-3.2.1 + (package-with-python2 python-plotly-3.2.1)) + (define-public python-retrying (package (name "python-retrying") |