mbox

[bug#37402,0/4] Updates for git-annex

Message ID 20190914060840.4617-1-kyle@kyleam.com
Headers show

Message

Kyle Meyer Sept. 14, 2019, 6:08 a.m. UTC
This series makes the following updates to the git-annex package:

  * update the license field for upstream changes

  * build with MagicMime support (allows for using MIME-based conditions in
    .gitattributes expressions for annex.largefiles)

  * updates to the latest version

 gnu/packages/haskell-apps.scm | 18 +++++++++++++-----
 gnu/packages/haskell-xyz.scm  | 23 +++++++++++++++++++++++
 2 files changed, 36 insertions(+), 5 deletions(-)

Comments

Ludovic Courtès Sept. 16, 2019, 8:49 a.m. UTC | #1
Hello Kyle,

Kyle Meyer <kyle@kyleam.com> skribis:

> This series makes the following updates to the git-annex package:
>
>   * update the license field for upstream changes
>
>   * build with MagicMime support (allows for using MIME-based conditions in
>     .gitattributes expressions for annex.largefiles)
>
>   * updates to the latest version
>
>  gnu/packages/haskell-apps.scm | 18 +++++++++++++-----
>  gnu/packages/haskell-xyz.scm  | 23 +++++++++++++++++++++++
>  2 files changed, 36 insertions(+), 5 deletions(-)

Applied, thanks!

Ludo’.
Kyle Meyer Sept. 16, 2019, 3:21 p.m. UTC | #2
Ludovic Courtès <ludo@gnu.org> writes:

>>  gnu/packages/haskell-apps.scm | 18 +++++++++++++-----
>>  gnu/packages/haskell-xyz.scm  | 23 +++++++++++++++++++++++
>>  2 files changed, 36 insertions(+), 5 deletions(-)
>
> Applied, thanks!

Thank you!