me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.5.

Change-Id: Icabf28459e1ae6ffa457d051ab6774e291e277c8
master
Nicolas Goaziou 2024-04-30 19:05:09 +02:00
parent 82ce4005e7
commit cb3830baef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")