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!