guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: r-ensembldb: Update to 2.20.2.


From: guix-commits
Subject: 02/18: gnu: r-ensembldb: Update to 2.20.2.
Date: Fri, 1 Jul 2022 18:17:25 -0400 (EDT)

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

commit 47790111b777325c68673cbbc82e69bda17eec52
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:34 2022 +0200

    gnu: r-ensembldb: Update to 2.20.2.
    
    * gnu/packages/bioconductor.scm (r-ensembldb): Update to 2.20.2.
---
 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 5008e67b6d..a71af6597c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3922,14 +3922,14 @@ CAGE.")
 (define-public r-ensembldb
   (package
     (name "r-ensembldb")
-    (version "2.20.1")
+    (version "2.20.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ensembldb" version))
        (sha256
         (base32
-         "183rs74ngfvn9xz36csch495pqaash90yhhikm73m7b2bc37ziwz"))))
+         "12n21dcimdhgyjzk33m6xbv0m9ihgyzcf66vr1jr5ycv3rq2s7xc"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-annotationdbi



reply via email to

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