diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-02 18:33:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-02 21:46:35 +0100 |
commit | a268b1ba91f95ec5ac84813310cc7a3e934d00da (patch) | |
tree | ab3fb9e8a9d31e2bd950eb7bf30371eb2e67405b /gnu | |
parent | 16ecce39d2f3c462ec362230e42a4624b1621d5c (diff) | |
download | guix-a268b1ba91f95ec5ac84813310cc7a3e934d00da.tar.gz |
gnu: python-htsget: Update to 0.2.6.
* gnu/packages/bioinformatics.scm (python-htsget): Update to 0.2.6. [build-system]: Use pyproject-build-system.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 881c33798d..413f6dfdff 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -885,14 +885,14 @@ from high-throughput single-cell RNA sequencing (scRNA-seq) data.") (define-public python-htsget (package (name "python-htsget") - (version "0.2.5") + (version "0.2.6") (source (origin (method url-fetch) (uri (pypi-uri "htsget" version)) (sha256 (base32 - "0ic07q85vhw9djf23k57b21my7i5xp400m8gfqgr5gcryqvdr0yk")))) - (build-system python-build-system) + "111q4pzkav26aa3hkgh948wqlyrq7dq6sjml9z63n3blw8s6b0c4")))) + (build-system pyproject-build-system) (native-inputs (list python-setuptools-scm)) (propagated-inputs |