guix-commits
[Top][All Lists]
Advanced

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

122/128: gnu: r-goseq: Update to 1.34.1.


From: guix-commits
Subject: 122/128: gnu: r-goseq: Update to 1.34.1.
Date: Sat, 12 Jan 2019 17:36:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7f2b1c4af0d24f8ce36b1a546d6d853126929551
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:07:01 2019 +0100

    gnu: r-goseq: Update to 1.34.1.
    
    * gnu/packages/bioconductor.scm (r-goseq): Update to 1.34.1.
---
 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 8adac8c..a28b45f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -778,14 +778,14 @@ trees and clusters to other programs.")
 (define-public r-goseq
   (package
     (name "r-goseq")
-    (version "1.34.0")
+    (version "1.34.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "goseq" version))
        (sha256
         (base32
-         "1401x0jn5f8hqc12r3gd1wammp1nxir3is1k5ldd03ln97x00i7a"))))
+         "1j87j98cajcjqabv6rb6zmcqxsqxxhbb3w60w1iink4rhsh8m3mn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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