guix-commits
[Top][All Lists]
Advanced

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

159/457: gnu: r-stringdb: Update to 2.10.0.


From: guix-commits
Subject: 159/457: gnu: r-stringdb: Update to 2.10.0.
Date: Thu, 24 Nov 2022 06:37:00 -0500 (EST)

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

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

    gnu: r-stringdb: Update to 2.10.0.
    
    * gnu/packages/bioconductor.scm (r-stringdb): Update to 2.10.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 1a5f81d3bf..41066c6050 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7152,13 +7152,13 @@ Biology at
 (define-public r-stringdb
   (package
     (name "r-stringdb")
-    (version "2.8.4")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "STRINGdb" version))
        (sha256
-        (base32 "1jn6080v6097zpqsr4gfbx31gqqdhpzjrk63avk3v3xwawmf2379"))))
+        (base32 "1md79vx4270wgh07g3m1mypdki1b9d4a558zxplcalwppqh0dsmp"))))
     (properties `((upstream-name . "STRINGdb")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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