guix-commits
[Top][All Lists]
Advanced

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

130/215: gnu: r-goseq: Update to 1.36.0.


From: guix-commits
Subject: 130/215: gnu: r-goseq: Update to 1.36.0.
Date: Sun, 5 May 2019 18:15:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 40f0ee43a0fc11e7d0b6d264946b48dec5851c3d
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:56:17 2019 +0200

    gnu: r-goseq: Update to 1.36.0.
    
    * gnu/packages/bioconductor.scm (r-goseq): Update to 1.36.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 81e9ac9..0fb6b1a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1519,14 +1519,14 @@ trees and clusters to other programs.")
 (define-public r-goseq
   (package
     (name "r-goseq")
-    (version "1.34.1")
+    (version "1.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "goseq" version))
        (sha256
         (base32
-         "1j87j98cajcjqabv6rb6zmcqxsqxxhbb3w60w1iink4rhsh8m3mn"))))
+         "0h8kd3d7yfdq8padfb0k92crwxi5h9gvgv4l3pa8k8wn4kczvciw"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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