guix-commits
[Top][All Lists]
Advanced

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

23/29: gnu: r-affycomp: Update to 1.76.1.


From: guix-commits
Subject: 23/29: gnu: r-affycomp: Update to 1.76.1.
Date: Mon, 17 Jul 2023 09:00:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6f9894d63c19688c19603a7def086d8838af7cab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:55:07 2023 +0200

    gnu: r-affycomp: Update to 1.76.1.
    
    * gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.1.
---
 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 bc8eda4293..4fae20fa83 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5442,14 +5442,14 @@ analysis.")
 (define-public r-affycomp
   (package
     (name "r-affycomp")
-    (version "1.76.0")
+    (version "1.76.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affycomp" version))
        (sha256
         (base32
-         "1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
+         "0wccj8q8sl0zc68nr5qf1qih8awqf1h6bwi5hq9d7r59p4g4r9n1"))))
     (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]