unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: 61656@debbugs.gnu.org
Cc: Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#61656] [PATCH 20/24] gnu: r-preprocesscore: Update to 1.60.2.
Date: Mon, 20 Feb 2023 19:54:07 +0100	[thread overview]
Message-ID: <20230220185411.377212-20-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20230220185411.377212-1-zimon.toutoune@gmail.com>

* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.2.
---
 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 677a199dca..ab2b9cd433 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16802,14 +16802,14 @@ (define-public r-fourcseq
 (define-public r-preprocesscore
   (package
     (name "r-preprocesscore")
-    (version "1.60.1")
+    (version "1.60.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "preprocessCore" version))
        (sha256
         (base32
-         "1rwr31jp4dh3xcfx1kx8rz5xvyx1mrwy85hqrjrfr4m6h0qv28k1"))))
+         "0ikxikmz9dy09g726q1wygymm6z2imlgfiizkgh1cl4s0m35fbbd"))))
     (properties
      `((upstream-name . "preprocessCore")))
     (build-system r-build-system)
-- 
2.38.1





  parent reply	other threads:[~2023-02-20 19:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 15:59 [bug#61656] [PATCH 00/24] Update some Bioconductor packages Simon Tournier
2023-02-20 18:53 ` [bug#61656] [PATCH 01/24] gnu: r-cytolib: Update to 2.10.1 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 02/24] gnu: r-annotationforge: Update to 1.40.1 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 03/24] gnu: r-bsgenome: Update to 1.66.3 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 04/24] gnu: r-deseq2: Update to 1.38.3 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 05/24] gnu: r-edger: Update to 3.40.2 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 06/24] gnu: r-genefilter: Update to 1.80.3 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 07/24] gnu: r-genomeinfodb: Update to 1.34.9 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 08/24] gnu: r-genomicfeatures: Update to 1.50.4 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 09/24] gnu: r-impute: Update to 1.72.3 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 10/24] gnu: r-limma: Update to 3.54.1 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 11/24] gnu: r-stringdb: Update to 2.10.1 Simon Tournier
2023-02-20 18:53   ` [bug#61656] [PATCH 12/24] gnu: r-variantannotation: Update to 1.44.1 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 13/24] gnu: r-oligo: Update to 1.62.2 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 14/24] gnu: r-interactionset: Update to 1.26.1 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 15/24] gnu: r-dnacopy: Update to 1.72.3 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 16/24] gnu: r-lpsymphony: Update to 1.26.3 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 17/24] gnu: r-massspecwavelet: Update to 1.64.1 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 18/24] gnu: r-biocfilecache: Update to 2.6.1 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 19/24] gnu: r-variancepartition: Update to 1.28.4 Simon Tournier
2023-02-20 18:54   ` Simon Tournier [this message]
2023-02-20 18:54   ` [bug#61656] [PATCH 21/24] gnu: r-scuttle: Update to 1.8.4 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 22/24] gnu: r-scran: Update to 1.26.2 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 23/24] gnu: r-gviz: Update to 1.42.1 Simon Tournier
2023-02-20 18:54   ` [bug#61656] [PATCH 24/24] gnu: r-tximeta: Update to 1.16.1 Simon Tournier
2023-02-24  7:12 ` bug#61656: [PATCH 00/24] Update some Bioconductor packages Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230220185411.377212-20-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=61656@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).