guix-commits
[Top][All Lists]
Advanced

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

165/265: gnu: r-annotationforge: Update to 1.28.0.


From: guix-commits
Subject: 165/265: gnu: r-annotationforge: Update to 1.28.0.
Date: Sun, 15 Dec 2019 09:40:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 12c4555d446c7f20eadd0f3ee20068cd493779cb
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:16:49 2019 +0100

    gnu: r-annotationforge: Update to 1.28.0.
    
    * gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.28.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 ce31050..5236877 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6776,14 +6776,14 @@ exploration of the results.")
 (define-public r-annotationforge
   (package
     (name "r-annotationforge")
-    (version "1.26.0")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationForge" version))
        (sha256
         (base32
-         "0m4w8n2711wr28znv646cfc7m5jqlr8friz334zdyjmhg7m2xkb7"))))
+         "0h2r60v339ajk5r6xq4iwwcpihdvf12fi8255byr2dhglzrd8xl7"))))
     (properties
      `((upstream-name . "AnnotationForge")))
     (build-system r-build-system)



reply via email to

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