guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: r-biocstyle: Update to 2.20.1.


From: guix-commits
Subject: 07/10: gnu: r-biocstyle: Update to 2.20.1.
Date: Thu, 17 Jun 2021 08:26:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e4c21552639dc1d14df13d73178c671c5dc536ba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 17 14:24:41 2021 +0200

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



reply via email to

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