gnu: emacs-solaire-mode: Update to 2.0.5.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.5. Change-Id: Icabf28459e1ae6ffa457d051ab6774e291e277c8master
parent
82ce4005e7
commit
cb3830baef
|
@ -12029,7 +12029,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 "2.0.4")
|
(version "2.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12038,7 +12038,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 "1lkm09wznal0grpz61ikc77mjrri1x1bi79qwyf1cah9s0wv3isq"))))
|
(base32 "164qqzmj1321rkvpiwpr5xnm1nbniibjkymfw5az32m2acdwk52j"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue