guix-commits
[Top][All Lists]
Advanced

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

75/79: gnu: r-s4vectors: Update to 0.38.1.


From: guix-commits
Subject: 75/79: gnu: r-s4vectors: Update to 0.38.1.
Date: Tue, 9 May 2023 09:27:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3bdd6fb25672b294580c6a08a358a1c5d03042cf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:56 2023 +0200

    gnu: r-s4vectors: Update to 0.38.1.
    
    * gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.38.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 6b83081b7b..606f9e97c4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18251,13 +18251,13 @@ array-like semantic.  It also provides:
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.38.0")
+    (version "0.38.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "0dy976i36j5lvsznls8yrik4spi1wbr0dz9rdfsj45yha9866xns"))))
+                "0qpjx64ilc1niglhf6pn47damgaf5vdzwkvnlhcixqzpl28ndbs9"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)



reply via email to

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