guix-commits
[Top][All Lists]
Advanced

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

230/265: gnu: r-annotationfuncs: Update to 1.36.0.


From: guix-commits
Subject: 230/265: gnu: r-annotationfuncs: Update to 1.36.0.
Date: Sun, 15 Dec 2019 09:40:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3a731c8334a5da49a22621ee09c49850e37351b1
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:32:31 2019 +0100

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



reply via email to

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