guix-commits
[Top][All Lists]
Advanced

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

95/215: gnu: r-organismdbi: Update to 1.26.0.


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

rekado pushed a commit to branch master
in repository guix.

commit 96f98c5b72b78bbf432d717d5eecfcd9fb537bfa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:48:29 2019 +0200

    gnu: r-organismdbi: Update to 1.26.0.
    
    * gnu/packages/bioinformatics.scm (r-organismdbi): 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 19e7b34..52a8e02 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9877,14 +9877,14 @@ chromosome region or transcript models of lincRNA 
genes.")
 (define-public r-organismdbi
   (package
     (name "r-organismdbi")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "OrganismDbi" version))
        (sha256
         (base32
-         "11pyv56cy4iy095h40k6k0mpjdlh6gsb4ld3s57nfa9nd4ypx3yi"))))
+         "14azk69pmwlhza0mhsxigsg127w3mgsx9hhrbdcdqmy3vzfbfaqq"))))
     (properties `((upstream-name . "OrganismDbi")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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