guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/59: gnu: python-hicmatrix: Update to 17.1.


From: guix-commits
Subject: 40/59: gnu: python-hicmatrix: Update to 17.1.
Date: Tue, 16 Jan 2024 07:16:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3ce25c212f4bc86d0ceeebd2d668590dbc780249
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 70ba4d65a5..36dbad592e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17017,7 +17017,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
@@ -17028,16 +17028,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]