guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: r-biocstyle: Update to 2.18.1.


From: guix-commits
Subject: 06/08: gnu: r-biocstyle: Update to 2.18.1.
Date: Wed, 9 Dec 2020 17:30:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit baeaa02e75cdbed970d8bcc22f90b87435b7f91d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 23:28:21 2020 +0100

    gnu: r-biocstyle: Update to 2.18.1.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.18.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 9edf75a..8dce352 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7757,13 +7757,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.18.0")
+    (version "2.18.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "1hfdvld0n9py45mxm05kbb0sq0s9p8yky3s6jb02gzhlxkk3q4fs"))))
+                "0rsxyna4dd99x42vc82mlkxx774vb9375llpakg53max1hhwkrqp"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

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