mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-standard-themes: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-standard-themes): Update to 2.2.0. Change-Id: I2457fd23ce08ec8c0c063649c3faddfdac8f069f
This commit is contained in:
parent
e644bcb2c4
commit
3f5fa786c7
1 changed files with 2 additions and 2 deletions
|
@ -8369,14 +8369,14 @@ (define-public emacs-standard-dirs
|
|||
(define-public emacs-standard-themes
|
||||
(package
|
||||
(name "emacs-standard-themes")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/standard-themes-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "0x7fphd36kwg4vfwix5rq7260xl6x6cjfwsq11rj4af30sm4hlfn"))))
|
||||
(base32 "0qdld75vcfhsn2l0xips52vrlp5q7ss3973hd722h2gp1wddn5f7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/protesilaos/standard-themes")
|
||||
(synopsis "Like the default Emacs theme but more consistent")
|
||||
|
|
Loading…
Reference in a new issue