guix-commits
[Top][All Lists]
Advanced

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

154/265: gnu: r-s4vectors: Update to 0.24.1.


From: guix-commits
Subject: 154/265: gnu: r-s4vectors: Update to 0.24.1.
Date: Sun, 15 Dec 2019 09:40:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d37daf89290ecfe4a5cd8d63bcf199fa8bbe4799
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:15:00 2019 +0100

    gnu: r-s4vectors: Update to 0.24.1.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.1.
---
 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 736bd6d..02b5b9a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7341,13 +7341,13 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.22.1")
+    (version "0.24.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9"))))
+                "1rr7ml3gn83g8fbvhgvryyzlh4p3qgpwcrsz6ii4y7gh1hqxggpx"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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