[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/7] gnu: elogind: Update to version 219.5.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH v2 2/7] gnu: elogind: Update to version 219.5. |
Date: |
Tue, 25 Aug 2015 16:46:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Andy Wingo <address@hidden> skribis:
> * gnu/packages/freedesktop.scm (elogind): Update to 219.5.
Sure!
> + (version "219.5")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/andywingo/elogind")
> + (tag (string-append "v" version))))
Maybe use ‘commit’ instead of ‘tag’ for now, or wait for the other
patch?
It would actually be ideal if you could upload a ‘make dist’-produced
tarball somewhere, but if not that’s fine.
Thanks,
Ludo’.