guix-commits
[Top][All Lists]
Advanced

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

51/61: gnu: r-s4vectors: Update to 0.24.2.


From: guix-commits
Subject: 51/61: gnu: r-s4vectors: Update to 0.24.2.
Date: Thu, 16 Jan 2020 00:53:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fdf69f1ee0f604041028b325c6e9fec9577adb23
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 06:09:16 2020 +0100

    gnu: r-s4vectors: Update to 0.24.2.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.2.
---
 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 0f7c7b7..03ddd30 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7345,13 +7345,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.1")
+    (version "0.24.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "1rr7ml3gn83g8fbvhgvryyzlh4p3qgpwcrsz6ii4y7gh1hqxggpx"))))
+                "1s1h00k2ki7sd0hz4l8n41xr6ixszag7lm0ryrbb08idgcy16ipn"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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