guix-commits
[Top][All Lists]
Advanced

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

18/55: gnu: r-adductdata: Update to 1.18.0.


From: guix-commits
Subject: 18/55: gnu: r-adductdata: Update to 1.18.0.
Date: Mon, 22 Jan 2024 08:00:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-adductdata: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-adductdata): Update to 1.18.0.
    
    Change-Id: I268b9dde5e1913d17e195a77005e3c28b41f6aca
---
 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 5968997b9d..1c11d67b51 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1574,12 +1574,12 @@ All datasets are restricted to protein coding genes.")
 (define-public r-adductdata
   (package
     (name "r-adductdata")
-    (version "1.12.0")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "adductData" version 'experiment))
               (sha256
-               (base32 
"02r7p1645vhhf7wn5x0aklmf7l97h6fjb8v9mldim4waccmpyg48"))))
+               (base32 
"16c79wy55p4ryglxph80dibfm1ni8c5yfk6fnmq064ihw4zwcld5"))))
     (properties `((upstream-name . "adductData")))
     (build-system r-build-system)
     (propagated-inputs (list r-annotationhub r-experimenthub))



reply via email to

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