guix-commits
[Top][All Lists]
Advanced

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

32/89: gnu: r-biocstyle: Update to 2.6.0.


From: Ricardo Wurmus
Subject: 32/89: gnu: r-biocstyle: Update to 2.6.0.
Date: Tue, 7 Nov 2017 02:44:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2167eafc1d067b7a2a6acd5c3d3c12f0eddbce1c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:35:30 2017 +0100

    gnu: r-biocstyle: Update to 2.6.0.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.6.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4d18d21..c7fc3cb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6467,13 +6467,13 @@ authoring books and technical documents with R 
Markdown.")
 (define-public r-biocstyle
   (package
    (name "r-biocstyle")
-   (version "2.4.1")
+   (version "2.6.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "0bmgmsfll923v573g0kyzlmjd7gly5jwgd8vkrcwvbam1gz75f2c"))))
+                "05f2j9fx8s5gh4f8qkl6wcz32ghz04wxhqb3xxcn1bj24qd7x1x8"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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