mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-solaire-mode: Update to 1.1.5.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 1.1.5.
This commit is contained in:
parent
0fc6f38e90
commit
b1f613fb17
1 changed files with 2 additions and 2 deletions
|
@ -7602,7 +7602,7 @@ (define-public emacs-base16-theme
|
|||
(define-public emacs-solaire-mode
|
||||
(package
|
||||
(name "emacs-solaire-mode")
|
||||
(version "1.0.9")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7611,7 +7611,7 @@ (define-public emacs-solaire-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg"))))
|
||||
(base32 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
|
||||
(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