guix-commits
[Top][All Lists]
Advanced

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

18/215: gnu: r-annotationforge: Update to 1.26.0.


From: guix-commits
Subject: 18/215: gnu: r-annotationforge: Update to 1.26.0.
Date: Sun, 5 May 2019 18:15:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7f737246d8e64ee3da67e42f085053c601be1a4f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:26:32 2019 +0200

    gnu: r-annotationforge: Update to 1.26.0.
    
    * gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.26.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 8d9ba78..10cc1fa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6760,14 +6760,14 @@ exploration of the results.")
 (define-public r-annotationforge
   (package
     (name "r-annotationforge")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationForge" version))
        (sha256
         (base32
-         "13yvhf3yskmvhs8szs6rkw93h81h5xqa3h19h91pp6nprhc8s3ll"))))
+         "0m4w8n2711wr28znv646cfc7m5jqlr8friz334zdyjmhg7m2xkb7"))))
     (properties
      `((upstream-name . "AnnotationForge")))
     (build-system r-build-system)



reply via email to

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