guix-commits
[Top][All Lists]
Advanced

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

08/288: gnu: r-affycontam: Update to 1.48.0.


From: guix-commits
Subject: 08/288: gnu: r-affycontam: Update to 1.48.0.
Date: Mon, 16 Nov 2020 15:06:36 -0500 (EST)

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

commit fa4f5e4ee4b36b027878d264983b02073314d377
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:47:19 2020 +0100

    gnu: r-affycontam: Update to 1.48.0.
    
    * gnu/packages/bioconductor.scm (r-affycontam): Update to 1.48.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 6f95238..67c57dd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1259,14 +1259,14 @@ Command Console} (AGCC)-compatible sample annotation 
files.")
 (define-public r-affycontam
   (package
     (name "r-affycontam")
-    (version "1.46.0")
+    (version "1.48.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "affyContam" version))
        (sha256
         (base32
-         "1dh5c3blk2dl9kg13y6snplnx61x2f9hvp5lc7jmg25xk916517i"))))
+         "0pi5fll5868sb80vb9kbymz6gkjv58f0abk6zwn407cnyjhr342b"))))
     (properties `((upstream-name . "affyContam")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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