guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b88fdab5d5c4865515324247e00b8ef041071776
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 13 21:28:49 2025 +0000

    gnu: pyscenic: Update to 0.12.1-2.06bafba4.
    
    * gnu/packages/bioinformatics.scm (pyscenic): Update to
    06bafba412792f6efa5a552a23bb221cc3bdea1b commit.
    [native-inputs]: Remove python-wheel; add python-setuptools.
    
    Change-Id: I42b8c3701484f617c14d67f3bfa2408b83e50d6e
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e3d237789b..b19ca1b77e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -21955,8 +21955,8 @@ tree-based ensemble regressors.")
   ;; We use this commit because the last release is not compatible with the
   ;; current version of numpy.  See
   ;; https://github.com/aertslab/pySCENIC/issues/579#issuecomment-2405207860
-  (let ((commit "eaf23eb1fdcaae79b273de56b374b71aa8afde5a")
-        (revision "1"))
+  (let ((commit "06bafba412792f6efa5a552a23bb221cc3bdea1b")
+        (revision "2"))
     (package
       (name "pyscenic")
       (version (git-version "0.12.1" revision commit))
@@ -21969,7 +21969,7 @@ tree-based ensemble regressors.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1si2ifmj0cy2yba8lw5m7mg97iqaxi0cwhy3j43rz5bzkp0cah8n"))))
+           "15zkv082j1d7fh4pcznqss1q539ndg8ymwbs62xhypylwh7ry0sx"))))
       (build-system pyproject-build-system)
       (arguments
        (list
@@ -22018,7 +22018,7 @@ tree-based ensemble regressors.")
              python-tqdm
              python-umap-learn))
       (native-inputs
-       (list python-pytest python-wheel))
+       (list python-pytest python-setuptools))
       (home-page "https://scenic.aertslab.org/";)
       (synopsis "Single-Cell regulatory network inference and clustering")
       (description

Reply via email to