guix-commits
[Top][All Lists]
Advanced

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

271/324: gnu: r-chemminer: Update to 3.44.0.


From: guix-commits
Subject: 271/324: gnu: r-chemminer: Update to 3.44.0.
Date: Sat, 5 Jun 2021 03:15:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 02ec364cf62d79ca635ceb130a05e6f925c89091
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:10 2021 +0200

    gnu: r-chemminer: Update to 3.44.0.
    
    * gnu/packages/bioconductor.scm (r-chemminer): Update to 3.44.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 bb74064..a546532 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11119,14 +11119,14 @@ visualizing RNA-sequencing datasets and 
differentially expressed genes.")
 (define-public r-chemminer
   (package
     (name "r-chemminer")
-    (version "3.42.2")
+    (version "3.44.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ChemmineR" version))
        (sha256
         (base32
-         "10d8h6w24h4s7l02zzv6q46w3yiqsjizip7mf11cvkmd6p7qxfl9"))))
+         "1z59npqk7hnqzhjdnry6lfqlyxfzwqprp7bmbdzs4rp22pzcv1v8"))))
     (properties `((upstream-name . "ChemmineR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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