me
/
guix
Archived
1
0
Fork 0

gnu: emacs-solaire-mode: Update to 1.1.5.

* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 1.1.5.
master
Nicolas Goaziou 2021-05-29 16:08:36 +02:00
parent 0fc6f38e90
commit b1f613fb17
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7602,7 +7602,7 @@ single theme but a set of guidelines with numerous implementations.")
(define-public emacs-solaire-mode (define-public emacs-solaire-mode
(package (package
(name "emacs-solaire-mode") (name "emacs-solaire-mode")
(version "1.0.9") (version "1.1.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7611,7 +7611,7 @@ single theme but a set of guidelines with numerous implementations.")
(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 "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg")))) (base32 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
(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")