Ricardo Wurmus <rek...@elephly.net> 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