Archived
1
0
Fork 0

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.
This commit is contained in:
Ricardo Wurmus 2022-12-09 16:54:34 +01:00
parent 5167881a60
commit 6e9518e201
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13373,7 +13373,7 @@ includes operations like compartment, insulation or peak calling.")
(define-public python-hicmatrix (define-public python-hicmatrix
(package (package
(name "python-hicmatrix") (name "python-hicmatrix")
(version "15") (version "16")
(source (source
(origin (origin
;;Pypi sources do not contain any test ;;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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1dshjxgb16sdfg9k1bhw2yhyngac04k4ca7aqy8g3i3pprr068r5")))) "00b9l62j4knrsdp7l3pawi9cqcsl09diycbhmmnar850bzssmq4f"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases #:phases
'(modify-phases %standard-phases
(replace 'check (replace 'check
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?