guix-commits
[Top][All Lists]
Advanced

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

143/215: gnu: r-deds: Update to 1.58.0.


From: guix-commits
Subject: 143/215: gnu: r-deds: Update to 1.58.0.
Date: Sun, 5 May 2019 18:15:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 301c4ff12a622d4d2d32c135b98b12a439551775
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:58:47 2019 +0200

    gnu: r-deds: Update to 1.58.0.
    
    * gnu/packages/bioconductor.scm (r-deds): Update to 1.58.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 44b35b6..47ce703 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1951,14 +1951,14 @@ clusters).")
 (define-public r-deds
   (package
     (name "r-deds")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DEDS" version))
        (sha256
         (base32
-         "1zfgaar3bpss49zhs81mwlfzkx5lv92j8a64xd12ig88is24cw2c"))))
+         "029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
     (properties `((upstream-name . "DEDS")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/DEDS/";)



reply via email to

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