guix-commits
[Top][All Lists]
Advanced

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

262/265: gnu: r-minfi: Update to 1.32.0.


From: guix-commits
Subject: 262/265: gnu: r-minfi: Update to 1.32.0.
Date: Sun, 15 Dec 2019 09:40:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dfd4287cba9304941fe0f4d397d87c436b8e647a
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:37:24 2019 +0100

    gnu: r-minfi: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-minfi): Update to 1.32.0.
---
 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 29d55db..bcb6b29 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2806,14 +2806,14 @@ studies.")
 (define-public r-minfi
   (package
     (name "r-minfi")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "minfi" version))
        (sha256
         (base32
-         "0qir0zd0qa97fzm33v10nyrsjp8nmzhn7mn20dnlpsg7rwlf60pd"))))
+         "177isdvcq2476xybvfbh7x11qsj5nzckgh3b6p156wlx9ap9dvl3"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beanplot" ,r-beanplot)



reply via email to

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