guix-commits
[Top][All Lists]
Advanced

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

44/55: gnu: r-affydata: Update to 1.50.0.


From: guix-commits
Subject: 44/55: gnu: r-affydata: Update to 1.50.0.
Date: Mon, 22 Jan 2024 08:01:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-affydata: Update to 1.50.0.
    
    * gnu/packages/bioconductor.scm (r-affydata): Update to 1.50.0.
    
    Change-Id: I653e146ff884bd72771ed779c4d9d65b03a7fdd9
---
 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 303ce1bfc9..7050e2a104 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2340,13 +2340,13 @@ the form of an @code{exprSet} object.")
 (define-public r-affydata
   (package
     (name "r-affydata")
-    (version "1.44.0")
+    (version "1.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affydata" version 'experiment))
        (sha256
-        (base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
+        (base32 "1p9gqv8xnakwhf4sani09krlrq6qs4gr8yfjmi8g3s1zq4d32h1k"))))
     (properties `((upstream-name . "affydata")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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