guix-commits
[Top][All Lists]
Advanced

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

24/119: gnu: r-biocstyle: Update to 2.20.2.


From: guix-commits
Subject: 24/119: gnu: r-biocstyle: Update to 2.20.2.
Date: Sat, 10 Jul 2021 16:31:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1cbcf542042c05f32b7a607f455fca77894d7085
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:10 2021 +0200

    gnu: r-biocstyle: Update to 2.20.2.
    
    * gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.2.
---
 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 dae4b1e..0c92f1e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11568,13 +11568,13 @@ different graph related packages produced by 
Bioconductor.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.20.1")
+    (version "2.20.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "0gkprmilj6lwnyghpyfzkwmfl3gva75lgpn4ck8jgikqac8jcq0x"))))
+                "0p2wdq5vrx63ndghl9ww428z2lwnv5y88xmcr51by2g6vcj3brcf"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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