guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: r-s4vectors: Update to 0.24.3.


From: guix-commits
Subject: 04/06: gnu: r-s4vectors: Update to 0.24.3.
Date: Mon, 27 Jan 2020 14:48:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit caf4290bd8ab4cedde72a7ec74aaf6b42ce39469
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 20:48:10 2020 +0100

    gnu: r-s4vectors: Update to 0.24.3.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.3.
---
 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 82a286b..46086cb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7349,13 +7349,13 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.24.2")
+    (version "0.24.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "1s1h00k2ki7sd0hz4l8n41xr6ixszag7lm0ryrbb08idgcy16ipn"))))
+                "01f7dms4kw9ajwqlvh5s47riv748xrrs41na03byhjvn4fbdc44y"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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