guix-commits
[Top][All Lists]
Advanced

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

131/133: gnu: r-s4vectors: Update to 0.30.1.


From: guix-commits
Subject: 131/133: gnu: r-s4vectors: Update to 0.30.1.
Date: Thu, 30 Sep 2021 06:43:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 425c53b5687253dd1d6f36119f7045b46542f30c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:15 2021 +0200

    gnu: r-s4vectors: Update to 0.30.1.
    
    * gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.30.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9ca6bf6..426b194 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12318,13 +12318,13 @@ routines.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.30.0")
+    (version "0.30.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "0v5vxmg0a27ivgymmzfl595rcb1m3dz27r2wzbk1j97rlpwy1p4q"))))
+                "103sw0fmmm4f3hprrsn7dwg0kmmr9mcmb46dcwwb6p5np0al2sfx"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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