~ruther/guix-local

a0b297fd9a6d655ac8da9b4c7a0ea70cdbe5b69e — Nicolas Goaziou 2 years ago bf7ef80
gnu: emacs-adwaita-dark-theme: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): Update to 1.3.0.

Change-Id: I6934d7302786ba2b64f3395edc6a77b2f2883485
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -4
@@ 2045,19 2045,18 @@ theme but now takes more inspiration from the Nano theme.")
    (license license:gpl3+)))

(define-public emacs-adwaita-dark-theme
  ;; Version 1.1.1 isn't tagged upstream.
  (package
    (name "emacs-adwaita-dark-theme")
    (version "1.1.1")
    (version "1.3.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://gitlab.com/jessieh/adwaita-dark-theme")
                    (commit "057c39313341907b35c68d2179226886a0c276fd")))
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1g7hyg2hfvn24gaw4lca4g8lw10q2wg9nfrgl7pfdggz202m027c"))))
                "10hm8anw78n37pl9rz3dnjphrnsxf3fy00d008gayn70jfjl1433"))))
    (build-system emacs-build-system)
    (home-page "https://gitlab.com/jessieh/adwaita-dark-theme")
    (synopsis "Adwaita-inspired dark color scheme for Emacs")