mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
gnu: python-vector: Update to 1.8.0.
* gnu/packages/python-science.scm (python-vector): Update to 1.8.0. Change-Id: Ib2c49a2701e222dd688b85d192d866c338cadbfa
This commit is contained in:
@@ -4782,13 +4782,13 @@ tabular datasets. This package provides the core modules of Vaex.")
|
||||
(define-public python-vector
|
||||
(package
|
||||
(name "python-vector")
|
||||
(version "1.7.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "vector" version))
|
||||
(sha256
|
||||
(base32 "0hnnld7yqxb1i6miqfac7nmd0fn7xbvq1w9akp278b1jaclyl1cb"))))
|
||||
(base32 "19jc889z6jxfyyqya5c6sx0hps6j5zgj0shp6k552f264jg5xyaq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user