guix-patches
[Top][All Lists]
Advanced

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

[bug#67905] [PATCH] gnu: Add emacs-golden-ratio.


From: Nicolas Goaziou
Subject: [bug#67905] [PATCH] gnu: Add emacs-golden-ratio.
Date: Thu, 04 Jan 2024 11:28:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

peter@polidoro.io writes:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/emacs-xyz.scm (emacs-golden-ratio): New variable.

Thank you.

> +(define-public emacs-golden-ratio
> +  (package
> +    (name "emacs-golden-ratio")
> +    (version "20230912.1825")

The version is "1.0.1", plus a few commits. Therefore, the line above
should be:

  (version (git-version "1.0.1" revision commit))

where `revision' is bound to "1" (or "0", it all depends on your
beliefs), and `commit' to "375c9f287dfad68829582c1e0a67d0c18119dab9".

> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/roman/golden-ratio.el";)
> +             (commit "375c9f287dfad68829582c1e0a67d0c18119dab9")))

Per above, this should be bound to `revision'

Regards,
-- 
Nicolas Goaziou







reply via email to

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