guix-commits
[Top][All Lists]
Advanced

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

66/215: gnu: r-vsn: Update to 3.52.0.


From: guix-commits
Subject: 66/215: gnu: r-vsn: Update to 3.52.0.
Date: Sun, 5 May 2019 18:15:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9421e6b610109b5135f79cdddaaffa0d730ee1f7
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:39:56 2019 +0200

    gnu: r-vsn: Update to 3.52.0.
    
    * gnu/packages/bioinformatics.scm (r-vsn): Update to 3.52.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 22f0cc6..7601a37 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9269,14 +9269,14 @@ analysis.")
 (define-public r-vsn
   (package
     (name "r-vsn")
-    (version "3.50.0")
+    (version "3.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "vsn" version))
        (sha256
         (base32
-         "1g6qkpykw99jm2wv2i61dg2ffwk0n8fm4s5pm2q4c024vw5c9b69"))))
+         "1vqmyxg06kgq9m3w6n0jykqm4jgsjw879r4s216wlcq4xc94dh1r"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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