guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: r-biocstyle: Update to 2.16.1.


From: guix-commits
Subject: 07/09: gnu: r-biocstyle: Update to 2.16.1.
Date: Tue, 6 Oct 2020 07:23:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 78d9fbd2fd88b1811c52228abe978a5a743bc347
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 6 13:12:05 2020 +0200

    gnu: r-biocstyle: Update to 2.16.1.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.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 fda7255..5ec3f61 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7539,13 +7539,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.16.0")
+    (version "2.16.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "07rjl2n4sazdg581zh7w3yykzphgr2gpz41ba4ryqs7347vh9nbf"))))
+                "09sz2bnbfbj8wz16k0q8xrvag9fldxqyp5vbg9pvd9skh28hv7c7"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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