[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-ctxcore: Update to 0.2.0.
From: |
guix-commits |
Subject: |
01/02: gnu: python-ctxcore: Update to 0.2.0. |
Date: |
Fri, 15 Dec 2023 09:35:41 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit a2a2b2f179870163af37f2134a0cece94818f917
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 15:25:52 2023 +0100
gnu: python-ctxcore: Update to 0.2.0.
* gnu/packages/bioinformatics.scm (python-ctxcore): Update to 0.2.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Replace python-pyarrow-0.16 with python-pyarrow.
Change-Id: I3f72f9872b438c0a624d23becb5d7828f1986da7
---
gnu/packages/bioinformatics.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8dc50c69fd..37cc08c8fe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17990,7 +17990,7 @@ updated much more frequently.")
(define-public python-ctxcore
(package
(name "python-ctxcore")
- (version "0.1.1")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -18000,8 +18000,8 @@ updated much more frequently.")
(file-name (git-file-name name version))
(sha256
(base32
- "16nlj7z8pirgjad7vlgm7226b3hpw4a7n967vyfg26dsf5n8k70d"))))
- (build-system python-build-system)
+ "0nv4lc46cnzpg5gcdxrsv7b4srmkq55zl3rcadw5pn3yyz5fzd2k"))))
+ (build-system pyproject-build-system)
(arguments
(list
#:phases
@@ -18013,12 +18013,12 @@ updated much more frequently.")
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
(propagated-inputs
(list python-cytoolz
- python-numba
python-frozendict
+ python-numba
python-numpy
python-pandas
+ python-pyarrow
python-pyyaml
- python-pyarrow-0.16
python-tqdm))
(native-inputs
(list python-pytest