guix-commits
[Top][All Lists]
Advanced

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

189/215: gnu: r-annotationfuncs: Update to 1.34.0.


From: guix-commits
Subject: 189/215: gnu: r-annotationfuncs: Update to 1.34.0.
Date: Sun, 5 May 2019 18:16:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 69a2ec5447239fe9ce0626b5bdea82d5e1a034b1
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:05:44 2019 +0200

    gnu: r-annotationfuncs: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.34.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 68a21ee..f430a86 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3528,14 +3528,14 @@ the brain using an ontology, both provided by the Allen 
Brain Atlas project.")
 (define-public r-annotationfuncs
   (package
     (name "r-annotationfuncs")
-    (version "1.32.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationFuncs" version))
        (sha256
         (base32
-         "1x11mfabh7kbp39y5rkmrpjkaawx7ab5anfmciamrmrcw1kddbss"))))
+         "12vh07x8s9y74h65q1pnjlma752pz29bmyyhlnqaiy83gsg26hm3"))))
     (properties
      `((upstream-name . "AnnotationFuncs")))
     (build-system r-build-system)



reply via email to

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