guix-commits
[Top][All Lists]
Advanced

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

197/296: gnu: r-annotationfuncs: Update to 1.38.0.


From: guix-commits
Subject: 197/296: gnu: r-annotationfuncs: Update to 1.38.0.
Date: Fri, 12 Jun 2020 19:30:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7866994c03275260293082b95db78359d9b8ad77
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:54:42 2020 +0200

    gnu: r-annotationfuncs: Update to 1.38.0.
    
    * gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.38.0.
---
 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 7b1b400..e5cb9fc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4484,14 +4484,14 @@ the brain using an ontology, both provided by the Allen 
Brain Atlas project.")
 (define-public r-annotationfuncs
   (package
     (name "r-annotationfuncs")
-    (version "1.36.0")
+    (version "1.38.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationFuncs" version))
        (sha256
         (base32
-         "0ws14b1ibqml7w8kj0gi7wdp6wd8dcdpnrmcxldjzsyawf17q0yq"))))
+         "1yfsxzn7s1nlc3xz2yj39j6hmdfapc9qj9h0cd71gkaxj53ial7d"))))
     (properties
      `((upstream-name . "AnnotationFuncs")))
     (build-system r-build-system)



reply via email to

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