mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: emacs-solaire-mode: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.4.
This commit is contained in:
parent
5f32468acf
commit
cd3c3965c2
1 changed files with 2 additions and 2 deletions
|
@ -8217,7 +8217,7 @@ (define-public emacs-base16-theme
|
|||
(define-public emacs-solaire-mode
|
||||
(package
|
||||
(name "emacs-solaire-mode")
|
||||
(version "2.0.3")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8226,7 +8226,7 @@ (define-public emacs-solaire-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wq5ckwx3wv4c4l8f9hz3ak6v5wy4lg5yh8xlsgn1h1x6yf8afpp"))))
|
||||
(base32 "1lkm09wznal0grpz61ikc77mjrri1x1bi79qwyf1cah9s0wv3isq"))))
|
||||
(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