guix-commits
[Top][All Lists]
Advanced

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

81/457: gnu: r-annotate: Update to 1.76.0.


From: guix-commits
Subject: 81/457: gnu: r-annotate: Update to 1.76.0.
Date: Thu, 24 Nov 2022 06:36:46 -0500 (EST)

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

commit dc8c3024c0e66e40ff66dbafc06d48811b2c4ce6
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:08 2022 +0100

    gnu: r-annotate: Update to 1.76.0.
    
    * gnu/packages/bioconductor.scm (r-annotate): Update to 1.76.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 1561c6be05..e5e3085226 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4273,14 +4273,14 @@ structure.")
 (define-public r-annotate
   (package
     (name "r-annotate")
-    (version "1.74.0")
+    (version "1.76.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotate" version))
        (sha256
         (base32
-         "0x6vddpiw2g713vicf70198x8dlrwf36p8jjygdsfnl56ls5bh2g"))))
+         "06jmnv36y3n6pl1vs6mp14sgyzl4l37g13diaa49k7qwp1kdpl3a"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-annotationdbi



reply via email to

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