guix-commits
[Top][All Lists]
Advanced

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

21/24: gnu: r-biocstyle: Update to 2.4.1.


From: Roel Janssen
Subject: 21/24: gnu: r-biocstyle: Update to 2.4.1.
Date: Tue, 1 Aug 2017 18:34:19 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 0ff478344bcbc81993395c3cb2dc81771753a1ed
Author: Roel Janssen <address@hidden>
Date:   Wed Aug 2 00:32:31 2017 +0200

    gnu: r-biocstyle: Update to 2.4.1.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.4.1.
---
 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 4c21a21..8a9bd9c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6401,13 +6401,13 @@ authoring books and technical documents with R 
Markdown.")
 (define-public r-biocstyle
   (package
    (name "r-biocstyle")
-   (version "2.4.0")
+   (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "1n2c8rj920wmk3q2khmjfnhn5i4b3lmhx1whnghk0zk3jf88hvbi"))))
+                "0bmgmsfll923v573g0kyzlmjd7gly5jwgd8vkrcwvbam1gz75f2c"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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