mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -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
|
(define-public emacs-solaire-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-solaire-mode")
|
(name "emacs-solaire-mode")
|
||||||
(version "1.1.5")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7633,7 +7633,7 @@ (define-public emacs-solaire-mode
|
||||||
(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 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
|
(base32 "0aigavrqfi2dy4q5vrfs48n5k7839gqnafq7mp14cmcbrzcwadrd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/hlissner/emacs-solaire-mode")
|
(home-page "https://github.com/hlissner/emacs-solaire-mode")
|
||||||
(synopsis "Change background of file-visiting buffers in Emacs")
|
(synopsis "Change background of file-visiting buffers in Emacs")
|
||||||
|
|
Loading…
Reference in a new issue