gnu: python-plotly: Update to 4.14.3.
* gnu/packages/graph.scm (python-plotly): Update to 4.14.3. [propagated-inputs]: Remove python-decorator. Add python-ipython, python-pillow. Move python-ipywidgets, python-xarray ... [native-inputs]: ... to here.
This commit is contained in:
		
							parent
							
								
									865728dd52
								
							
						
					
					
						commit
						3e5d811387
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
 | 
					;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
 | 
				
			||||||
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru>
 | 
					;;; Copyright © 2020 Alexander Krotov <krotov@iitp.ru>
 | 
				
			||||||
;;; Copyright © 2020 Pierre Langlois <pierre.langlos@gmx.com>
 | 
					;;; Copyright © 2020 Pierre Langlois <pierre.langlos@gmx.com>
 | 
				
			||||||
| 
						 | 
					@ -151,7 +151,7 @@ lines.")
 | 
				
			||||||
(define-public python-plotly
 | 
					(define-public python-plotly
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-plotly")
 | 
					    (name "python-plotly")
 | 
				
			||||||
    (version "4.8.1")
 | 
					    (version "4.14.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -160,7 +160,7 @@ lines.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "08ab677gr85m10zhixr6dnmlfws8q6sra7nhyb8nf3r8dx1ffqhz"))))
 | 
					                "02wlgy7gf3v5ckiq9ab3prm53cckxkavlghqgkk9xw2sfmmrn61q"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					@ -183,16 +183,17 @@ lines.")
 | 
				
			||||||
                 (find-files out "\\.gz"))
 | 
					                 (find-files out "\\.gz"))
 | 
				
			||||||
               #t))))))
 | 
					               #t))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-pytest" ,python-pytest)))
 | 
					     `(("python-ipywidgets" ,python-ipywidgets)
 | 
				
			||||||
 | 
					       ("python-pytest" ,python-pytest)
 | 
				
			||||||
 | 
					       ("python-xarray" ,python-xarray)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-decorator" ,python-decorator)
 | 
					     `(("python-ipython" ,python-ipython)
 | 
				
			||||||
       ("python-ipywidgets" ,python-ipywidgets)
 | 
					 | 
				
			||||||
       ("python-pandas" ,python-pandas)
 | 
					       ("python-pandas" ,python-pandas)
 | 
				
			||||||
 | 
					       ("python-pillow" ,python-pillow)
 | 
				
			||||||
       ("python-requests" ,python-requests)
 | 
					       ("python-requests" ,python-requests)
 | 
				
			||||||
       ("python-retrying" ,python-retrying)
 | 
					       ("python-retrying" ,python-retrying)
 | 
				
			||||||
       ("python-six" ,python-six)
 | 
					       ("python-six" ,python-six)
 | 
				
			||||||
       ("python-statsmodels" ,python-statsmodels)
 | 
					       ("python-statsmodels" ,python-statsmodels)))
 | 
				
			||||||
       ("python-xarray" ,python-xarray)))
 | 
					 | 
				
			||||||
    (home-page "https://plotly.com/python/")
 | 
					    (home-page "https://plotly.com/python/")
 | 
				
			||||||
    (synopsis "Interactive plotting library for Python")
 | 
					    (synopsis "Interactive plotting library for Python")
 | 
				
			||||||
    (description "Plotly's Python graphing library makes interactive,
 | 
					    (description "Plotly's Python graphing library makes interactive,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue