guix-commits
[Top][All Lists]
Advanced

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

51/265: gnu: r-goseq: Update to 1.38.0.


From: guix-commits
Subject: 51/265: gnu: r-goseq: Update to 1.38.0.
Date: Sun, 15 Dec 2019 09:40:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ab7f3cbbeb5e98e371c080f802807e54c5327641
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:36:17 2019 +0100

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



reply via email to

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