mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-hicmatrix: Update to 17.1.
* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 17.1. [arguments]: Remove. Change-Id: I6b1230d703d0dc1a88ee61a84cc6cd95f7eeb6f9
This commit is contained in:
parent
998df6e047
commit
3ce25c212f
1 changed files with 2 additions and 10 deletions
|
@ -17017,7 +17017,7 @@ (define-public python-cooltools
|
|||
(define-public python-hicmatrix
|
||||
(package
|
||||
(name "python-hicmatrix")
|
||||
(version "16")
|
||||
(version "17.1")
|
||||
(source
|
||||
(origin
|
||||
;;Pypi sources do not contain any test
|
||||
|
@ -17028,16 +17028,8 @@ (define-public python-hicmatrix
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue