diff options
author | Andrew Tropin <andrew@trop.in> | 2022-05-05 10:09:56 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-09 16:00:28 +0200 |
commit | 1ebc27475cc310d6f9dd154b6b6893918f604c09 (patch) | |
tree | 7b55952e4b83dbe5a1abf5459a1e55738b3cbd5d | |
parent | 6b974845c7460d1f3dc84a633eafa785b5e72b9d (diff) | |
download | guix-1ebc27475cc310d6f9dd154b6b6893918f604c09.tar guix-1ebc27475cc310d6f9dd154b6b6893918f604c09.tar.gz |
gnu: emacs-modus-themes: Update to 2.3.3.
[[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-05-05T09:12:05+0200 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc8c534787..c18505a681 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27555,7 +27555,7 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-themes (package (name "emacs-modus-themes") - (version "2.3.2") + (version "2.3.3") (source (origin (method git-fetch) @@ -27564,7 +27564,7 @@ Emacs that integrate with major modes like Org-mode.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "00c3sa663rnl2rvnjdqzghcyfbdri09xjfigyrgd5xa3y0mnpqiz")))) + (base32 "14nfb94y9vcnpmwj9acwl6h5v0h1c6swqf33ch4zimxxqgx9zrm4")))) (native-inputs (list texinfo)) (build-system emacs-build-system) (arguments |