guix-commits
[Top][All Lists]
Advanced

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

93/288: gnu: r-annotationfuncs: Update to 1.40.0.


From: guix-commits
Subject: 93/288: gnu: r-annotationfuncs: Update to 1.40.0.
Date: Thu, 19 Nov 2020 10:23:01 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 0869086d929cd1047528a08371918f6ca08f1aa6
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 0736dd0..9d662ff 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4521,14 +4521,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]