[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67198] [PATCH] gnu: Add emacs-adwaita-dark-theme
From: |
Liliana Marie Prikler |
Subject: |
[bug#67198] [PATCH] gnu: Add emacs-adwaita-dark-theme |
Date: |
Wed, 15 Nov 2023 19:41:18 +0100 |
User-agent: |
Evolution 3.46.4 |
Am Mittwoch, dem 15.11.2023 um 18:11 +0100 schrieb Nicolas Goaziou:
> Hello,
>
> Tristan Cottam via Guix-patches via <guix-patches@gnu.org> writes:
>
> > * gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): New
> > variable.
>
> Thank you.
>
> > +(define-public emacs-adwaita-dark-theme
> > + (let ((commit "a97d5d5f5657a52c3b4c4b146b4d307dfb1a7a74")
> > + (revision "0"))
> > + (package
> > + (name "emacs-adwaita-dark-theme")
> > + (version (git-version "1.1.0" revision commit))
>
> The last commit is actually a version bump to "1.1.1", so you can
> bind `version' to "1.1.1", drop `revision' and use that commit
> instead.
If it's not a release commit, I'd still use git-version.
Cheers