mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +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 @@ configuration, cache, and other data.")
|
||||||
(define-public emacs-standard-themes
|
(define-public emacs-standard-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-standard-themes")
|
(name "emacs-standard-themes")
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/standard-themes-"
|
(uri (string-append "https://elpa.gnu.org/packages/standard-themes-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x7fphd36kwg4vfwix5rq7260xl6x6cjfwsq11rj4af30sm4hlfn"))))
|
(base32 "0qdld75vcfhsn2l0xips52vrlp5q7ss3973hd722h2gp1wddn5f7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/protesilaos/standard-themes")
|
(home-page "https://github.com/protesilaos/standard-themes")
|
||||||
(synopsis "Like the default Emacs theme but more consistent")
|
(synopsis "Like the default Emacs theme but more consistent")
|
||||||
|
|
Loading…
Add table
Reference in a new issue