guix-commits
[Top][All Lists]
Advanced

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

22/23: gnu: r-aucell: Update to 1.6.1.


From: guix-commits
Subject: 22/23: gnu: r-aucell: Update to 1.6.1.
Date: Sun, 9 Jun 2019 09:20:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 61730c3db46dae0ee5356d3a6acbef3198203764
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 9 15:19:40 2019 +0200

    gnu: r-aucell: Update to 1.6.1.
    
    * gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 5ffb7c4..1348be9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3621,14 +3621,14 @@ investigation using RNA-seq data.")
 (define-public r-aucell
   (package
     (name "r-aucell")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AUCell" version))
        (sha256
         (base32
-         "025q1as9pifbxa7hidlz634q6d7l73zx8mqy4rjbfrk7d5615xvm"))))
+         "1vd8w6dygn1b5bwlha09mm6fbwyj07pmawpv53agcg1y7jlxs31b"))))
     (properties `((upstream-name . "AUCell")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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