guix-patches
[Top][All Lists]
Advanced

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

bug#54738: [PATCH] gnu: Add emacs-toodoo.


From: Nicolas Goaziou
Subject: bug#54738: [PATCH] gnu: Add emacs-toodoo.
Date: Wed, 08 Jun 2022 00:10:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Stefan Reichör <stefan@xsteve.at> writes:

> * gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable.

Pushed with the change below.

Thanks.

> +(define-public emacs-toodoo
> +  ;; Package has no release.  Version is extracted from "Version:" keyword in
> +  ;; main file.
> +  (let ((commit "149a563863c2f728c5f903475dbce50547c51000")
> +        (revision "0"))
> +    (package
> +      (name "emacs-toodoo")
> +      (version (git-version "0.2" revision commit))

I made it version "0.2" since the commit you provide matches the version
bump.

Regards,
-- 
Nicolas Goaziou





reply via email to

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