guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-s4vectors: Update to 0.22.1.


From: guix-commits
Subject: 04/08: gnu: r-s4vectors: Update to 0.22.1.
Date: Sat, 14 Sep 2019 17:40:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7f518ef70b4538d75953d7f7b9c246595023ae87
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 14 23:39:08 2019 +0200

    gnu: r-s4vectors: Update to 0.22.1.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.22.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 61d992a..e807132 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7351,13 +7351,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.0")
+    (version "0.22.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "1wkqmpy0d0fab9bjfc7i5wh2zng75pg9rn9c1z1lkki7fpwaw2jb"))))
+                "0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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