guix-commits
[Top][All Lists]
Advanced

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

94/323: gnu: r-annotationfuncs: Update to 1.40.0.


From: guix-commits
Subject: 94/323: gnu: r-annotationfuncs: Update to 1.40.0.
Date: Wed, 9 Dec 2020 06:46:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bc12a4b6604fe71ea784f6d6f20aa37ecd9f2c5d
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:51:46 2020 +0100

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



reply via email to

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