[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60009] [PATCH 04/18] gnu: python-hicmatrix: Update to 16.
From: |
Ricardo Wurmus |
Subject: |
[bug#60009] [PATCH 04/18] gnu: python-hicmatrix: Update to 16. |
Date: |
Mon, 12 Dec 2022 15:27:02 +0100 |
* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 16.
[build-system]: Use pyproject-build-system.
[arguments]: Shuffle the quote.
---
gnu/packages/bioinformatics.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 52abe152ee..82801e7eeb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13373,7 +13373,7 @@ (define-public python-cooltools
(define-public python-hicmatrix
(package
(name "python-hicmatrix")
- (version "15")
+ (version "16")
(source
(origin
;;Pypi sources do not contain any test
@@ -13384,11 +13384,12 @@ (define-public python-hicmatrix
(file-name (git-file-name name version))
(sha256
(base32
- "1dshjxgb16sdfg9k1bhw2yhyngac04k4ca7aqy8g3i3pprr068r5"))))
- (build-system python-build-system)
+ "00b9l62j4knrsdp7l3pawi9cqcsl09diycbhmmnar850bzssmq4f"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
+ (list
+ #:phases
+ '(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
--
2.36.1
- [bug#60009] Update python-graphviz and other Python updates., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 01/18] gnu: python-graphviz: Update to 0.20.1., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 03/18] gnu: python-biopython: Update to 1.80., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 10/18] gnu: python-apsw: Update to 3.40.0.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 13/18] gnu: python-marshmallow: Update to 3.19.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 04/18] gnu: python-hicmatrix: Update to 16.,
Ricardo Wurmus <=
- [bug#60009] [PATCH 08/18] gnu: python-bokeh: Skip failing PIL test., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 11/18] gnu: python-cgatcore: Update to 0.6.14., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 07/18] gnu: python-dna-features-viewer: Update to 3.1.1., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 05/18] gnu: python-pygenometracks: Update to 3.5., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 06/18] gnu: python-hicexplorer: Update to 3.7.2., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 12/18] gnu: python-flask-restful: Update to 0.3.9., Ricardo Wurmus, 2022/12/12