guix-commits
[Top][All Lists]
Advanced

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

217/323: gnu: r-annotationforge: Update to 1.32.0.


From: guix-commits
Subject: 217/323: gnu: r-annotationforge: Update to 1.32.0.
Date: Wed, 9 Dec 2020 06:47:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-annotationforge: Update to 1.32.0.
    
    * gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.32.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ff869bd..1c080d7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7253,14 +7253,14 @@ exploration of the results.")
 (define-public r-annotationforge
   (package
     (name "r-annotationforge")
-    (version "1.30.1")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationForge" version))
        (sha256
         (base32
-         "1a2155jxbwc6qr3dcyvp850grhdr7czc7bs3s87ff4sgdl0jp3jw"))))
+         "0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
     (properties
      `((upstream-name . "AnnotationForge")))
     (build-system r-build-system)



reply via email to

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