guix-commits
[Top][All Lists]
Advanced

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

75/449: gnu: r-affycomp: Update to 1.74.0.


From: guix-commits
Subject: 75/449: gnu: r-affycomp: Update to 1.74.0.
Date: Tue, 22 Nov 2022 15:46:53 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 5101c1e495e07e6f957d3df15e69b156163381c1
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:07 2022 +0100

    gnu: r-affycomp: Update to 1.74.0.
    
    * gnu/packages/bioconductor.scm (r-affycomp): Update to 1.74.0.
---
 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 c1a25b077c..6bc4a81ff0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4049,14 +4049,14 @@ analysis.")
 (define-public r-affycomp
   (package
     (name "r-affycomp")
-    (version "1.72.0")
+    (version "1.74.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affycomp" version))
        (sha256
         (base32
-         "0aq5p56sqpvba0yhgd75302s9bazchh1izgymng6cpb78y5wfpj0"))))
+         "18bxnjcl7cbgwm3yf58608ghwnpci94xgil11zmbpgzgrpv9pkrs"))))
     (properties `((upstream-name . "affycomp")))
     (build-system r-build-system)
     (propagated-inputs (list r-biobase))



reply via email to

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