[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: python-hicmatrix: Update to 16.
From: |
guix-commits |
Subject: |
10/15: gnu: python-hicmatrix: Update to 16. |
Date: |
Sat, 10 Dec 2022 08:59:04 -0500 (EST) |
rekado pushed a commit to branch wip-python-graphviz
in repository guix.
commit 6cf8c496a3e4e135fd51da9b73ab0927c35219f5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 9 16:54:34 2022 +0100
gnu: python-hicmatrix: Update to 16.
* 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 @@ includes operations like compartment, insulation or
peak calling.")
(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 @@ includes operations like compartment, insulation or
peak calling.")
(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?
- branch wip-python-graphviz created (now 3120a6c467), guix-commits, 2022/12/10
- 04/15: gnu: Add python-imbalanced-learn., guix-commits, 2022/12/10
- 05/15: gnu: Add python-py4j., guix-commits, 2022/12/10
- 01/15: gnu: bioperl-minimal: Remove trailing #T from build phase., guix-commits, 2022/12/10
- 03/15: gnu: Add python-cleanlab-1., guix-commits, 2022/12/10
- 07/15: gnu: python-graphviz: Update to 0.20.1., guix-commits, 2022/12/10
- 10/15: gnu: python-hicmatrix: Update to 16.,
guix-commits <=
- 13/15: gnu: python-dna-features-viewer: Update to 3.1.1., guix-commits, 2022/12/10
- 02/15: gnu: Add python-cleanlab., guix-commits, 2022/12/10
- 06/15: gnu: Add python-fit-nbinom., guix-commits, 2022/12/10
- 08/15: gnu: python-hyperopt: Update to 0.2.7., guix-commits, 2022/12/10
- 12/15: gnu: python-hicexplorer: Update to 3.7.2., guix-commits, 2022/12/10
- 15/15: gnu: u-boot: Use plain list of inputs., guix-commits, 2022/12/10
- 09/15: gnu: python-biopython: Update to 1.80., guix-commits, 2022/12/10
- 11/15: gnu: python-pygenometracks: Update to 3.5., guix-commits, 2022/12/10
- 14/15: gnu: u-boot: Update to 2022.10., guix-commits, 2022/12/10