guix-commits
[Top][All Lists]
Advanced

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

253/296: gnu: r-depecher: Update to 1.4.0.


From: guix-commits
Subject: 253/296: gnu: r-depecher: Update to 1.4.0.
Date: Fri, 12 Jun 2020 19:30:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit af66e35d315325f0565f1277a4bff9624a849bc3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:02:20 2020 +0200

    gnu: r-depecher: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.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 d9a974b..284ba33 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6373,14 +6373,14 @@ delete entire rows with missing data.")
 (define-public r-depecher
   (package
     (name "r-depecher")
-    (version "1.2.2")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DepecheR" version))
        (sha256
         (base32
-         "199j2kw0xnw7y4v1gakm2jgyc7zzlj8xh0570f2yjq55gp1kggbm"))))
+         "0nmx04qybzf6nhfngmdxwpbbz9x32v34mbnpg8jq7a2cgchzsj9s"))))
     (properties `((upstream-name . "DepecheR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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