guix-commits
[Top][All Lists]
Advanced

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

35/42: gnu: r-s4vectors: Update to 0.24.4.


From: guix-commits
Subject: 35/42: gnu: r-s4vectors: Update to 0.24.4.
Date: Tue, 14 Apr 2020 10:44:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 679609e179757a702f0384cf920b751b4940fc15
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:12:39 2020 +0200

    gnu: r-s4vectors: Update to 0.24.4.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.4.
---
 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 f79a6e0..2b46eb4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7502,13 +7502,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.3")
+    (version "0.24.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "01f7dms4kw9ajwqlvh5s47riv748xrrs41na03byhjvn4fbdc44y"))))
+                "1fzs8j2d3wwfzm2fq63ywf68a4dbggyl5l098f148yn4jw7jd3bc"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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