guix-commits
[Top][All Lists]
Advanced

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

85/265: gnu: r-vsn: Update to 3.54.0.


From: guix-commits
Subject: 85/265: gnu: r-vsn: Update to 3.54.0.
Date: Sun, 15 Dec 2019 09:40:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dc9d4832b961c13f141a6de825e78c7888530c60
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:59:52 2019 +0100

    gnu: r-vsn: Update to 3.54.0.
    
    * gnu/packages/bioinformatics.scm (r-vsn): Update to 3.54.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 d554e4d..42dd490 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9308,14 +9308,14 @@ analysis.")
 (define-public r-vsn
   (package
     (name "r-vsn")
-    (version "3.52.0")
+    (version "3.54.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "vsn" version))
        (sha256
         (base32
-         "1vqmyxg06kgq9m3w6n0jykqm4jgsjw879r4s216wlcq4xc94dh1r"))))
+         "1naqzb2m0km8fzr6chf9z71sisrwviy1fdi9b3hn4i8p18b4kqzh"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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