[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30446] [PATCH 1/3] gnu: Add ifdtool.
From: |
Leo Famulari |
Subject: |
[bug#30446] [PATCH 1/3] gnu: Add ifdtool. |
Date: |
Tue, 13 Feb 2018 14:18:43 -0500 |
User-agent: |
Mutt/1.9.3 (2018-01-21) |
On Tue, Feb 13, 2018 at 07:01:43PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/flashing-tools.scm (ifdtool): New variable.
> +(define-public ifdtool
> + (let ((commit "1b64ae1119fc7891b043d5d29bf93859ef9dbfa1")
> + (revision "0"))
> + (package
> + (name "ifdtool")
> + (version (git-version "0.0" revision commit))
I notice the Git repo has tagged versions. If the latest one is
inappropriate to build from, please use it in the git-version like this:
(git-version "4.7" revision commit)
Otherwise, LGTM!
signature.asc
Description: PGP signature
[bug#30446] [PATCH 1/3] gnu: Add ifdtool.,
Leo Famulari <=