guix-commits
[Top][All Lists]
Advanced

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

39/55: gnu: r-msdata: Update to 0.42.0.


From: guix-commits
Subject: 39/55: gnu: r-msdata: Update to 0.42.0.
Date: Mon, 22 Jan 2024 08:01:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 88beafd5dc9faa2c67175e2eba4bc962c946dfea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:55 2024 +0100

    gnu: r-msdata: Update to 0.42.0.
    
    * gnu/packages/bioconductor.scm (r-msdata): Update to 0.42.0.
    
    Change-Id: I94953464f1c9ef0e361c68a69fdbc9b11f46c4f8
---
 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 dee2ef6f48..146e939871 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2177,13 +2177,13 @@ methylation arrays.")
 (define-public r-msdata
   (package
     (name "r-msdata")
-    (version "0.36.0")
+    (version "0.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "msdata" version 'experiment))
        (sha256
-        (base32 "0nqb7d7fa9l15bxy3s9wmy2h79jb6ldwww0hzk5mifabacmzx691"))))
+        (base32 "1jm1zjqzkd0vy8ww0k0y1fgs6i9vkg7ir6dyga001n170g11vfzr"))))
     (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]