guix-commits
[Top][All Lists]
Advanced

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

104/265: gnu: r-ggbio: Update to 1.34.0.


From: guix-commits
Subject: 104/265: gnu: r-ggbio: Update to 1.34.0.
Date: Sun, 15 Dec 2019 09:40:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 81600df30206833b68799a324a574f0b3390006f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:05:32 2019 +0100

    gnu: r-ggbio: Update to 1.34.0.
    
    * gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.34.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 b862cb7..983de2f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9999,14 +9999,14 @@ effort and encourages consistency.")
 (define-public r-ggbio
   (package
     (name "r-ggbio")
-    (version "1.32.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggbio" version))
        (sha256
         (base32
-         "10s6hnffnrrsx3896adqdc5g55fzd5y6qhnp1mq0c641nw833rwd"))))
+         "13wzwh40anh8l53yp19bg4w5cpxykcaf228dc8cxvjndyib711qb"))))
     (build-system r-build-system)
     (arguments
      `(#:phases



reply via email to

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