mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: emacs-solaire-mode: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.0.
This commit is contained in:
parent
4e74d25d85
commit
93744e470b
1 changed files with 2 additions and 2 deletions
|
@ -7624,7 +7624,7 @@ (define-public emacs-base16-theme
|
|||
(define-public emacs-solaire-mode
|
||||
(package
|
||||
(name "emacs-solaire-mode")
|
||||
(version "1.1.5")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7633,7 +7633,7 @@ (define-public emacs-solaire-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
|
||||
(base32 "0aigavrqfi2dy4q5vrfs48n5k7839gqnafq7mp14cmcbrzcwadrd"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/hlissner/emacs-solaire-mode")
|
||||
(synopsis "Change background of file-visiting buffers in Emacs")
|
||||
|
|
Loading…
Reference in a new issue