guix-commits
[Top][All Lists]
Advanced

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

28/215: gnu: r-s4vectors: Update to 0.22.0.


From: guix-commits
Subject: 28/215: gnu: r-s4vectors: Update to 0.22.0.
Date: Sun, 5 May 2019 18:15:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 192ddab3e535f733093ae05b0b6e14de6d9e98a2
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:30:06 2019 +0200

    gnu: r-s4vectors: Update to 0.22.0.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.22.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 f920f4c..4b45f76 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7342,13 +7342,13 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.20.1")
+    (version "0.22.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "18whrw67nxn82xshckl2pjy7d14sa3c27h3n9naqyqwz88lr6dzg"))))
+                "1wkqmpy0d0fab9bjfc7i5wh2zng75pg9rn9c1z1lkki7fpwaw2jb"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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