guix-commits
[Top][All Lists]
Advanced

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

26/215: gnu: r-biocstyle: Update to 2.12.0.


From: guix-commits
Subject: 26/215: gnu: r-biocstyle: Update to 2.12.0.
Date: Sun, 5 May 2019 18:15:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e01b72d22574107b7f47ab7c9f88f7ff657e353e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:29:44 2019 +0200

    gnu: r-biocstyle: Update to 2.12.0.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.12.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 b9e1a8e..a5a6ef1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7269,13 +7269,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.10.0")
+    (version "2.12.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "01lm8xljilj666fcl3wnw82dxkcxnlr294lddr553rm8xr5nwg31"))))
+                "029x8r9rcx6zy0xixdpwxai4jv4ynb161821fzac6z4r8k418398"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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