diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-01 20:24:38 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-01 23:38:56 -0300 |
| commit | d566b701d82dd2809c67b4d2632c24d83e29b2eb (patch) | |
| tree | a0cdbf624f2489343e73649dca81070b1328332f /gnu/packages/python-science.scm | |
| parent | 85b86abb52e33fa5a0d9237e8b3085d2eba6412a (diff) | |
gnu: python-vector: Update to 1.8.0.
* gnu/packages/python-science.scm (python-vector): Update to 1.8.0.
Change-Id: Ib2c49a2701e222dd688b85d192d866c338cadbfa
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 743fa67ffd3..9718e11bda4 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -4782,13 +4782,13 @@ tabular datasets. This package provides the core modules of Vaex.") | |||
| 4782 | (define-public python-vector | 4782 | (define-public python-vector |
| 4783 | (package | 4783 | (package |
| 4784 | (name "python-vector") | 4784 | (name "python-vector") |
| 4785 | (version "1.7.0") | 4785 | (version "1.8.0") |
| 4786 | (source | 4786 | (source |
| 4787 | (origin | 4787 | (origin |
| 4788 | (method url-fetch) | 4788 | (method url-fetch) |
| 4789 | (uri (pypi-uri "vector" version)) | 4789 | (uri (pypi-uri "vector" version)) |
| 4790 | (sha256 | 4790 | (sha256 |
| 4791 | (base32 "0hnnld7yqxb1i6miqfac7nmd0fn7xbvq1w9akp278b1jaclyl1cb")))) | 4791 | (base32 "19jc889z6jxfyyqya5c6sx0hps6j5zgj0shp6k552f264jg5xyaq")))) |
| 4792 | (build-system pyproject-build-system) | 4792 | (build-system pyproject-build-system) |
| 4793 | (arguments | 4793 | (arguments |
| 4794 | (list | 4794 | (list |
