guix-commits
[Top][All Lists]
Advanced

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

306/323: gnu: r-biocviews: Update to 1.58.1.


From: guix-commits
Subject: 306/323: gnu: r-biocviews: Update to 1.58.1.
Date: Wed, 9 Dec 2020 06:47:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 970984237a071314571f3e2e2445601f43896aab
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 03:57:20 2020 +0100

    gnu: r-biocviews: Update to 1.58.1.
    
    * gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.58.1.
    
    Co-authored-by: Ricardo Wurmus <reka@elephly.net>.
---
 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 af42f5f..42ebbe7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7729,13 +7729,13 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
 (define-public r-biocviews
   (package
     (name "r-biocviews")
-    (version "1.58.0")
+    (version "1.58.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biocViews" version))
               (sha256
                (base32
-                "0f0aa51h9x8n114zz6q6iw45d78i9wzl4ycbpiy0bdn23167pd84"))))
+                "1by2639z7n62z84dr8rj9jz12gsd1k8q42zsnxacxbwfwp6h0cl4"))))
     (properties
      `((upstream-name . "biocViews")))
     (build-system r-build-system)



reply via email to

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