Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> From e7090b086c71fb8f8a56b6c7cb078b94bc577d2c Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Tue, 19 Jan 2016 16:04:01 +0100 >> Subject: [PATCH 1/2] gnu: star: Use "modify-phases" syntax. >> >> * gnu/packages/bioinformatics.scm (star)[arguments]: Use "modify-phases" >> syntax. > > [...] > >> From 4efd7a8afe3fbc03f59c1061e9ab2cfcb7c88160 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Tue, 19 Jan 2016 16:26:47 +0100 >> Subject: [PATCH 2/2] gnu: star: Update to 2.5.0c. >> >> * gnu/packages/bioinformatics.scm (star): Update to 2.5.0c. >> [source]: Remove bundled htslib sources and pre-built binaries. >> [arguments]: Add phase "do-not-use-bundled-htslib". >> [inputs]: Add "htslib". > > Both LGTM!
Thanks. I updated to 2.5.1b and changed the commit messages accordingly. Will push the two commits in a moment. ~~ Ricardo