GNU bug report logs - #79583
[PATCH] Updated r-seuratextend to the version 1.2.5

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Mon, 6 Oct 2025 10:18:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 79583 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#79583; Package guix-patches. (Mon, 06 Oct 2025 10:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 06 Oct 2025 10:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] Updated r-seuratextend to the version 1.2.5
Date: Mon, 6 Oct 2025 12:16:50 +0200
Change-Id: I93b2117f2ff125e3cb1da5d21fc01feae1dc8ff3
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2087717cfe..54d0133d6c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22090,11 +22090,11 @@ (define-public r-seurat-utils
       (license license:gpl3))))
 
 (define-public r-seuratextend
-  (let ((commit "5382e921f7b365c7b75b20d07cb455e4390fe36f")
+  (let ((commit "5dacd7c1e1da3bc0e78ab81d60056f6d7da3d386")
         (revision "1"))
     (package
       (name "r-seuratextend")
-      (version (git-version "1.0.7" revision commit))
+      (version (git-version "1.2.5" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -22103,7 +22103,7 @@ (define-public r-seuratextend
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1rlx20jyfdrymxn8b9dsf9n9jk9rwjjx1wy2f00layvd57g9ch2q"))))
+          (base32 "1fnh1idf871jfkpzmr2py15h5v5d9ykh9p0kvlpx7riiidi8wsl2"))))
       (properties `((upstream-name . "SeuratExtend")))
       (build-system r-build-system)
       (propagated-inputs (list r-biocmanager

base-commit: e9aa1e945954f44bf6a15b91ff1bae48e7b7b772
-- 
2.47.3





This bug report was last modified 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.