guix-commits
[Top][All Lists]
Advanced

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

08/103: gnu: r-biocviews: Update to 1.48.3.


From: Ricardo Wurmus
Subject: 08/103: gnu: r-biocviews: Update to 1.48.3.
Date: Wed, 5 Sep 2018 14:03:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3c0437561401986d90de358a8d5fae50d6593261
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 13:46:03 2018 +0200

    gnu: r-biocviews: Update to 1.48.3.
    
    * gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.3.
---
 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 6028311..e900bd6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6957,13 +6957,13 @@ Bioconductor, CRAN, and Github.")
 (define-public r-biocviews
   (package
     (name "r-biocviews")
-    (version "1.48.2")
+    (version "1.48.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biocViews" version))
               (sha256
                (base32
-                "01yiafayl1m5704xdd2cn3zjc78rs10dqyz66lr3qkf6d8w66938"))))
+                "1rxvwikqivsgxjjcazlszy8xgz346lfh5rw4llxw6fz38fjgb0k5"))))
     (properties
      `((upstream-name . "biocViews")))
     (build-system r-build-system)



reply via email to

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