guix-commits
[Top][All Lists]
Advanced

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

111/151: gnu: r-vsn: Update to 3.50.0.


From: Ricardo Wurmus
Subject: 111/151: gnu: r-vsn: Update to 3.50.0.
Date: Wed, 7 Nov 2018 06:28:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0e16fc469948a71033c69f2ffe01119816bd6922
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:11:06 2018 +0100

    gnu: r-vsn: Update to 3.50.0.
    
    * gnu/packages/bioinformatics.scm (r-vsn): Update to 3.50.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 f6ed11a..ad998d3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9641,14 +9641,14 @@ analysis.")
 (define-public r-vsn
   (package
     (name "r-vsn")
-    (version "3.48.1")
+    (version "3.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "vsn" version))
        (sha256
         (base32
-         "0k6mah3g3zqbfap31xmvig4fn452a18xwwa5y0mfj5mj8588p57h"))))
+         "1g6qkpykw99jm2wv2i61dg2ffwk0n8fm4s5pm2q4c024vw5c9b69"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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