mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
This commit is contained in:
parent
bf7ef80167
commit
a0b297fd9a
1 changed files with 3 additions and 4 deletions
|
@ -2045,19 +2045,18 @@ (define-public emacs-suneater-theme
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-adwaita-dark-theme
|
(define-public emacs-adwaita-dark-theme
|
||||||
;; Version 1.1.1 isn't tagged upstream.
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-adwaita-dark-theme")
|
(name "emacs-adwaita-dark-theme")
|
||||||
(version "1.1.1")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/jessieh/adwaita-dark-theme")
|
(url "https://gitlab.com/jessieh/adwaita-dark-theme")
|
||||||
(commit "057c39313341907b35c68d2179226886a0c276fd")))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g7hyg2hfvn24gaw4lca4g8lw10q2wg9nfrgl7pfdggz202m027c"))))
|
"10hm8anw78n37pl9rz3dnjphrnsxf3fy00d008gayn70jfjl1433"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/jessieh/adwaita-dark-theme")
|
(home-page "https://gitlab.com/jessieh/adwaita-dark-theme")
|
||||||
(synopsis "Adwaita-inspired dark color scheme for Emacs")
|
(synopsis "Adwaita-inspired dark color scheme for Emacs")
|
||||||
|
|
Loading…
Reference in a new issue