[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46427: [PATCH] gnu: Add tiramisu.
From: |
宋文武 |
Subject: |
bug#46427: [PATCH] gnu: Add tiramisu. |
Date: |
Thu, 11 Feb 2021 18:17:06 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Stefan Reichör <stefan@xsteve.at> writes:
> * gnu/packages/gnome-xyz.scm (tiramisu): New variable.
> ---
> gnu/packages/gnome-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
> [...]
> +
> +(define-public tiramisu
> + (package
> + (name "tiramisu")
> + (version "1.0a")
I changed this "1.0a" to 'git-version'.
Pushed, thank you!