guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: r-msdata: Update to 0.46.0.


From: guix-commits
Subject: 03/18: gnu: r-msdata: Update to 0.46.0.
Date: Thu, 14 Nov 2024 04:46:30 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 76f67e6be2dadd22b20b97549f66b970fea44540
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 14 10:45:40 2024 +0100

    gnu: r-msdata: Update to 0.46.0.
    
    * gnu/packages/bioconductor.scm (r-msdata): Update to 0.46.0.
    
    Change-Id: Idc58f4daba24c9de2a87ae9fd4a2c4e0ed2205ec
---
 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 2f199e6e85..b7a3ef160d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2287,13 +2287,13 @@ methylation arrays.")
 (define-public r-msdata
   (package
     (name "r-msdata")
-    (version "0.45.0")
+    (version "0.46.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "msdata" version 'experiment))
        (sha256
-        (base32 "09f4q6741kf4i2vaf9wkcs510s7n3nnyfz3llyxps2yk5f7jjp53"))))
+        (base32 "10b8anw0ygbsq95p89agjhs3qvgj9xrlrblg75cdbgmlzks2jhdl"))))
     (properties `((upstream-name . "msdata")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/msdata";)



reply via email to

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