guix-commits
[Top][All Lists]
Advanced

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

30/33: gnu: r-s4vectors: Update to 0.36.2.


From: guix-commits
Subject: 30/33: gnu: r-s4vectors: Update to 0.36.2.
Date: Wed, 15 Mar 2023 12:41:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0d90a01416993eab2051a0db3142adfa400d7f5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:32 2023 +0100

    gnu: r-s4vectors: Update to 0.36.2.
    
    * gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.36.2.
---
 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 f2dfd653ea..4ec51439e6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17233,13 +17233,13 @@ routines.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.36.1")
+    (version "0.36.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "16lssnmhy3klqp4sw1328f38cixkjh9317gdyikcrmsbcwg2ak6v"))))
+                "131cg5fzrqgyp4kv260yn8hpr0zv5mxjhdnpl50ydgc2k0l43d38"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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