[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/47: gnu: python-hicmatrix: Update to 17.1.
From: |
guix-commits |
Subject: |
41/47: gnu: python-hicmatrix: Update to 17.1. |
Date: |
Wed, 10 Jan 2024 14:53:01 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit d1ea7b6a18bba21c43156fcc852287a783fd1db6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 13:50:02 2024 +0100
gnu: python-hicmatrix: Update to 17.1.
* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 17.1.
[arguments]: Remove.
Change-Id: I6b1230d703d0dc1a88ee61a84cc6cd95f7eeb6f9
---
gnu/packages/bioinformatics.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7cea70e4b1..7aed014a52 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16958,7 +16958,7 @@ includes operations like compartment, insulation or
peak calling.")
(define-public python-hicmatrix
(package
(name "python-hicmatrix")
- (version "16")
+ (version "17.1")
(source
(origin
;;Pypi sources do not contain any test
@@ -16969,16 +16969,8 @@ includes operations like compartment, insulation or
peak calling.")
(file-name (git-file-name name version))
(sha256
(base32
- "00b9l62j4knrsdp7l3pawi9cqcsl09diycbhmmnar850bzssmq4f"))))
+ "14gq7r9b64ff56l5f8h8zc2i2y3xri646jl0anb74japqxrwvlna"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'remove-invalid-syntax
- (lambda _
- (substitute* "setup.py"
- ((".\\*\"") "\"")))))))
(propagated-inputs
(list python-cooler
python-intervaltree
- 35/47: gnu: python-pint: Update to 0.23., (continued)
- 35/47: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/10
- 42/47: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/10
- 40/47: gnu: python-scikit-optimize: Make compatible with latest sklearn., guix-commits, 2024/01/10
- 45/47: gnu: Add python-asyncinject., guix-commits, 2024/01/10
- 11/47: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/10
- 38/47: gnu: scvelo: Make compatible with latest matplotlib., guix-commits, 2024/01/10
- 43/47: gnu: python-pint: Add missing input., guix-commits, 2024/01/10
- 39/47: gnu: python-fit-nbinom: Disable tests., guix-commits, 2024/01/10
- 47/47: gnu: python-click-default-group: Update to 1.2.4., guix-commits, 2024/01/10
- 36/47: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/10
- 41/47: gnu: python-hicmatrix: Update to 17.1.,
guix-commits <=
- 44/47: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/10
- 46/47: gnu: datasette: Update to 1.0a7., guix-commits, 2024/01/10