guix-commits
[Top][All Lists]
Advanced

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

45/55: gnu: r-gagedata: Update to 2.40.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-gagedata: Update to 2.40.0.
    
    * gnu/packages/bioconductor.scm (r-gagedata): Update to 2.40.0.
    
    Change-Id: Ifdbcee3c7c6c354530d62cc79f05cf30be432f3a
---
 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 7050e2a104..e2389487b6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2362,13 +2362,13 @@ package @code{affy}.")
 (define-public r-gagedata
   (package
     (name "r-gagedata")
-    (version "2.34.0")
+    (version "2.40.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gageData" version 'experiment))
        (sha256
-        (base32 "00s2aig9r0bvk45brc0shildrgl2z0i0k8xlvqc9h1s274nnslk9"))))
+        (base32 "13g8hzkh34c0my75xnxdffa1d67xvn9hn592s25m18400lgsfif0"))))
     (properties `((upstream-name . "gageData")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/gageData";)



reply via email to

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