guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 04/10] gnu: Add proplib.


From: Ludovic Courtès
Subject: Re: [PATCH 04/10] gnu: Add proplib.
Date: Sat, 31 Dec 2016 01:33:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/embedded.scm (proplib): New variable.

[...]

> +(define-public proplib
> +  (let ((commit "844741fe0ceb140ab2fdf9d0667f68c1c39c31da")
> +        (revision "1"))
> +    (package
> +      (name "proplib")
> +      (version (string-append "0.0.0-" revision "." (string-take commit 9)))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/totalspectrum/proplib.git";)
> +                      (commit commit)))

No release either?

LGTM, thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]