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:
Nicolas Goaziou 2025-01-26 20:47:12 +01:00
parent e644bcb2c4
commit 3f5fa786c7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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