all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: r-qtl: Update to 1.38-4
@ 2016-01-21  7:38 Pjotr Prins
  2016-01-22 16:04 ` Pjotr Prins
  2016-01-22 17:19 ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Pjotr Prins @ 2016-01-21  7:38 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f6bc544..8b72c1d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3340,7 +3340,7 @@ manipulating genomic intervals and variables defined along a genome.")
 (define-public r-qtl
  (package
   (name "r-qtl")
-  (version "1.37-11")
+  (version "1.38-4")
   (source
    (origin
     (method url-fetch)
@@ -3348,7 +3348,7 @@ manipulating genomic intervals and variables defined along a genome.")
                         version ".tar.gz"))
     (sha256
      (base32
-      "0h20d36mww7ljp51pfs66xq33yq4b4fwq9nsh02dpmfhlaxgx1xi"))))
+      "0rv9xhp8lyldpgwxqirhyjqvg07dr5x4x1x2jpyj37dada9ccyx3"))))
   (build-system r-build-system)
   (home-page "http://rqtl.org/")
   (synopsis "R package for analyzing QTL experiments in genetics")
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-21  7:38 [PATCH] gnu: r-qtl: Update to 1.38-4 Pjotr Prins
@ 2016-01-22 16:04 ` Pjotr Prins
  2016-01-22 16:17   ` Andreas Enge
  2016-01-22 17:17   ` Ludovic Courtès
  2016-01-22 17:19 ` Ludovic Courtès
  1 sibling, 2 replies; 7+ messages in thread
From: Pjotr Prins @ 2016-01-22 16:04 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Anyone care to push this?

On Thu, Jan 21, 2016 at 08:38:48AM +0100, Pjotr Prins wrote:
> * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4
> ---
>  gnu/packages/bioinformatics.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
> index f6bc544..8b72c1d 100644
> --- a/gnu/packages/bioinformatics.scm
> +++ b/gnu/packages/bioinformatics.scm
> @@ -3340,7 +3340,7 @@ manipulating genomic intervals and variables defined along a genome.")
>  (define-public r-qtl
>   (package
>    (name "r-qtl")
> -  (version "1.37-11")
> +  (version "1.38-4")
>    (source
>     (origin
>      (method url-fetch)
> @@ -3348,7 +3348,7 @@ manipulating genomic intervals and variables defined along a genome.")
>                          version ".tar.gz"))
>      (sha256
>       (base32
> -      "0h20d36mww7ljp51pfs66xq33yq4b4fwq9nsh02dpmfhlaxgx1xi"))))
> +      "0rv9xhp8lyldpgwxqirhyjqvg07dr5x4x1x2jpyj37dada9ccyx3"))))
>    (build-system r-build-system)
>    (home-page "http://rqtl.org/")
>    (synopsis "R package for analyzing QTL experiments in genetics")
> -- 
> 2.5.0
> 
> 

-- 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-22 16:04 ` Pjotr Prins
@ 2016-01-22 16:17   ` Andreas Enge
  2016-01-22 17:17   ` Ludovic Courtès
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Enge @ 2016-01-22 16:17 UTC (permalink / raw)
  To: Pjotr Prins

On Fri, Jan 22, 2016 at 05:04:50PM +0100, Pjotr Prins wrote:
> Anyone care to push this?
> On Thu, Jan 21, 2016 at 08:38:48AM +0100, Pjotr Prins wrote:
> > * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4

It has been pushed already, commit 897092875e981678d3c121df3e3d970e90e7eb64
in master.

Andreas

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-22 16:04 ` Pjotr Prins
  2016-01-22 16:17   ` Andreas Enge
@ 2016-01-22 17:17   ` Ludovic Courtès
  1 sibling, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2016-01-22 17:17 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> skribis:

> Anyone care to push this?

Please, be more patient.  If you’ve seen the amount of stuff to be
reviewed, discussed, etc., that’s taking a lot of the time of a few
people.  So yes, it can take more than a day before you get feedback.

The good news is that everyone can help by reviewing other people’s
patches!  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-21  7:38 [PATCH] gnu: r-qtl: Update to 1.38-4 Pjotr Prins
  2016-01-22 16:04 ` Pjotr Prins
@ 2016-01-22 17:19 ` Ludovic Courtès
  2016-01-22 18:24   ` Ricardo Wurmus
  1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2016-01-22 17:19 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> skribis:

> * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4

In fact this has already been pushed.

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-22 17:19 ` Ludovic Courtès
@ 2016-01-22 18:24   ` Ricardo Wurmus
  2016-01-22 18:41     ` Pjotr Prins
  0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2016-01-22 18:24 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel


Ludovic Courtès <ludo@gnu.org> writes:

> Pjotr Prins <pjotr.public12@thebird.nl> skribis:
>
>> * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4
>
> In fact this has already been pushed.

I did this (after adding a missing period), but forgot to reply on the
mailing list.

~~ Ricardo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: r-qtl: Update to 1.38-4
  2016-01-22 18:24   ` Ricardo Wurmus
@ 2016-01-22 18:41     ` Pjotr Prins
  0 siblings, 0 replies; 7+ messages in thread
From: Pjotr Prins @ 2016-01-22 18:41 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Thanks.

On Fri, Jan 22, 2016 at 07:24:49PM +0100, Ricardo Wurmus wrote:
> 
> Ludovic Courtès <ludo@gnu.org> writes:
> 
> > Pjotr Prins <pjotr.public12@thebird.nl> skribis:
> >
> >> * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4
> >
> > In fact this has already been pushed.
> 
> I did this (after adding a missing period), but forgot to reply on the
> mailing list.
> 
> ~~ Ricardo
> 

-- 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-22 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21  7:38 [PATCH] gnu: r-qtl: Update to 1.38-4 Pjotr Prins
2016-01-22 16:04 ` Pjotr Prins
2016-01-22 16:17   ` Andreas Enge
2016-01-22 17:17   ` Ludovic Courtès
2016-01-22 17:19 ` Ludovic Courtès
2016-01-22 18:24   ` Ricardo Wurmus
2016-01-22 18:41     ` Pjotr Prins

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.