guix-commits
[Top][All Lists]
Advanced

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

219/288: gnu: r-biocstyle: Update to 2.18.0.


From: guix-commits
Subject: 219/288: gnu: r-biocstyle: Update to 2.18.0.
Date: Thu, 19 Nov 2020 10:23:43 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit d2ace98a47506f85a4e1794922fb8e5333da4112
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:58:13 2020 +0100

    gnu: r-biocstyle: Update to 2.18.0.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.18.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 7ea723b..4c56ace 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7622,13 +7622,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.16.1")
+    (version "2.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "09sz2bnbfbj8wz16k0q8xrvag9fldxqyp5vbg9pvd9skh28hv7c7"))))
+                "1hfdvld0n9py45mxm05kbb0sq0s9p8yky3s6jb02gzhlxkk3q4fs"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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