guix-commits
[Top][All Lists]
Advanced

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

96/353: gnu: r-geneplotter: Update to 1.72.0.


From: guix-commits
Subject: 96/353: gnu: r-geneplotter: Update to 1.72.0.
Date: Thu, 4 Nov 2021 18:14:04 -0400 (EDT)

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

commit 8450ff0e76b9ef57fb8ff10ad4e9c57a04a02d50
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:10 2021 +0000

    gnu: r-geneplotter: Update to 1.72.0.
    
    * gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.72.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 d9bf128..1840f8b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4703,14 +4703,14 @@ saving AnnData objects to disk.")
 (define-public r-geneplotter
   (package
     (name "r-geneplotter")
-    (version "1.70.0")
+    (version "1.72.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "geneplotter" version))
        (sha256
         (base32
-         "1d085lfa3yif5wkys1fb0zzgg0cqwd1y18vasgqqdr6rva075d4z"))))
+         "1b7ngp9l00vrymx3d3nsda546s7p4ifr90idn3x2v4ilf38rfhp8"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotate" ,r-annotate)



reply via email to

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