guix-commits
[Top][All Lists]
Advanced

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

278/324: gnu: r-biocstyle: Update to 2.20.0.


From: guix-commits
Subject: 278/324: gnu: r-biocstyle: Update to 2.20.0.
Date: Sat, 5 Jun 2021 03:15:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6513592747dc5510ef604c88ffc063234b0edd50
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:10 2021 +0200

    gnu: r-biocstyle: Update to 2.20.0.
    
    * gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.0.
---
 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 610b763..255fb6a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11389,13 +11389,13 @@ different graph related packages produced by 
Bioconductor.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.18.1")
+    (version "2.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "0rsxyna4dd99x42vc82mlkxx774vb9375llpakg53max1hhwkrqp"))))
+                "062zhy33a2c70ibqghnjxcys0wbqc998aza8nnygk4zmpd4iyy1z"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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