guix-commits
[Top][All Lists]
Advanced

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

118/128: gnu: r-singlecellexperiment: Update to 1.4.1.


From: guix-commits
Subject: 118/128: gnu: r-singlecellexperiment: Update to 1.4.1.
Date: Sat, 12 Jan 2019 17:36:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0f268bb2757f410a4d71db64910469b189085df4
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:06:08 2019 +0100

    gnu: r-singlecellexperiment: Update to 1.4.1.
    
    * gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.4.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 94bae01..79783b4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10979,14 +10979,14 @@ matrices.")
 (define-public r-singlecellexperiment
   (package
     (name "r-singlecellexperiment")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "SingleCellExperiment" version))
        (sha256
         (base32
-         "19r4r7djrn46qlijkj1g926vcklxzcrxjlxv6cg43m9j9jgfs3dj"))))
+         "12139kk9cqgzpm6f3cwdsq31gj5lxamz2q939dy9fa0fa54gdaq4"))))
     (properties
      `((upstream-name . "SingleCellExperiment")))
     (build-system r-build-system)



reply via email to

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