guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-archr: Update to 1.0.1-1.92ab814.


From: guix-commits
Subject: branch master updated: gnu: r-archr: Update to 1.0.1-1.92ab814.
Date: Tue, 04 Jan 2022 10:11:12 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 603dd56be1 gnu: r-archr: Update to 1.0.1-1.92ab814.
603dd56be1 is described below

commit 603dd56be1ff4f47aa246314344d237c713cb181
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 4 15:58:21 2022 +0100

    gnu: r-archr: Update to 1.0.1-1.92ab814.
    
    * gnu/packages/bioinformatics.scm (r-archr): Update to 1.0.1-1.92ab814.
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dd90887550..487c43a2da 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7706,11 +7706,11 @@ single-cell data.")
       (license license:gpl3))))
 
 (define-public r-archr
-  (let ((commit "46b519ffb6f73edf132497ac31650d19ef055dc1")
+  (let ((commit "92ab814f86be0cea75c661f9827a9549c2cf47f5")
         (revision "1"))
     (package
       (name "r-archr")
-      (version (git-version "1.0.0" revision commit))
+      (version (git-version "1.0.1" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -7719,8 +7719,7 @@ single-cell data.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "1zj3sdfhgn2q2256fmz61a92vw1wylyck632d7842d6knd0v92v8"))))
+          (base32 "1m1vp3kkpvd0fcviv5vb3gcbm3w91ih6gm9ivg48swnbqny44kqb"))))
       (properties `((upstream-name . "ArchR")))
       (build-system r-build-system)
       (propagated-inputs



reply via email to

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