mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-alect-themes: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-alect-themes): Update to 0.10.
This commit is contained in:
parent
4a0cd6297a
commit
cc6f0354e2
1 changed files with 10 additions and 10 deletions
|
@ -23442,16 +23442,16 @@ buffer and launches Magit from the status buffer for the project at point.")
|
||||||
(define-public emacs-alect-themes
|
(define-public emacs-alect-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-alect-themes")
|
(name "emacs-alect-themes")
|
||||||
(version "0.9")
|
(version "0.10")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alezost/alect-themes")
|
(url "https://github.com/alezost/alect-themes")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "190clnm5x4hpzrq2wp18vxg6614ly3ciyv0y1sm9rfr9w9z5i0ya"))))
|
||||||
"0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/alezost/alect-themes")
|
(home-page "https://github.com/alezost/alect-themes")
|
||||||
(synopsis "Low contrast, light, dark and black color theme for Emacs")
|
(synopsis "Low contrast, light, dark and black color theme for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue