guix-commits
[Top][All Lists]
Advanced

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

58/151: gnu: r-annotationforge: Update to 1.24.0.


From: Ricardo Wurmus
Subject: 58/151: gnu: r-annotationforge: Update to 1.24.0.
Date: Wed, 7 Nov 2018 06:28:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2ff6604a531e06095432ab497b5efd1fb671c37d
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:58:17 2018 +0100

    gnu: r-annotationforge: Update to 1.24.0.
    
    * gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.24.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 b175e21..5a72f1c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6504,14 +6504,14 @@ exploration of the results.")
 (define-public r-annotationforge
   (package
     (name "r-annotationforge")
-    (version "1.22.2")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "AnnotationForge" version))
        (sha256
         (base32
-         "17kmy7nvpyyj6w5jyrjciw87rydmmmc8q6cnwqjv1j7li9bp09gr"))))
+         "13yvhf3yskmvhs8szs6rkw93h81h5xqa3h19h91pp6nprhc8s3ll"))))
     (properties
      `((upstream-name . "AnnotationForge")))
     (build-system r-build-system)



reply via email to

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