guix-commits
[Top][All Lists]
Advanced

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

77/449: gnu: r-affycontam: Update to 1.56.0.


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

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

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

    gnu: r-affycontam: Update to 1.56.0.
    
    * gnu/packages/bioconductor.scm (r-affycontam): Update to 1.56.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 78624d3827..43587b8613 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4115,14 +4115,14 @@ Command Console} (AGCC)-compatible sample annotation 
files.")
 (define-public r-affycontam
   (package
     (name "r-affycontam")
-    (version "1.54.0")
+    (version "1.56.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affyContam" version))
        (sha256
         (base32
-         "1pyd4rj6pp139kvhh97whi4afvx029w5lglr4mnscw7m3f618v0p"))))
+         "0phf9rvxr45zq9m5rcjsiixmj9ilz518l628l8cd1hzfdk240ffy"))))
     (properties `((upstream-name . "affyContam")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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