diff options
| author | 2025-12-23 12:48:16 -0800 | |
|---|---|---|
| committer | 2025-12-23 12:48:16 -0800 | |
| commit | 4271b3e28b45ccf213e003af768193ad12a73c34 (patch) | |
| tree | 6d4bc86869af0405480779680985a0e0de2a6501 /oni/packages | |
| parent | 4fd1a4237a9719a327a8d120c784c0ddc0575f77 (diff) | |
| download | new-dotfiles-4271b3e28b45ccf213e003af768193ad12a73c34.tar.gz new-dotfiles-4271b3e28b45ccf213e003af768193ad12a73c34.zip | |
emacs-yoshi-theme: Update to latest
Diffstat (limited to 'oni/packages')
| -rw-r--r-- | oni/packages/emacs.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 730a36f..e187593 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -632,7 +632,7 @@ faster and I highly recommend its usage if your Emacs version permits.") (license license:gpl3)))) (define-public emacs-yoshi-theme - (let ((commit "8faa406152f76452bda765ed4dafd41cd67f3afb") + (let ((commit "6e436a34cc56a73eec49f8d5f8fbcfcaa5cae808") (revision "0")) (package (name "emacs-yoshi-theme") @@ -645,7 +645,7 @@ faster and I highly recommend its usage if your Emacs version permits.") (method git-fetch) (file-name (git-file-name name version)) (sha256 - (base32 "0bb5mf194iw72w7zcvs9jmlxx5ngvslx5i6c6rna9bj3y0zm8jlb")))) + (base32 "1xidzl08sf2hndd7jazc1f5b9gwnbasq7p5901bbbnr898b7r407")))) (build-system emacs-build-system) (home-page "https://code.ryuslash.org/yoshi-theme") (synopsis "Emacs theme named after my cat") @@ -978,4 +978,3 @@ overlays. It offers customization options for icons, colors, and display behavior. Flycheck is optional - if not available, only Flymake support will be enabled.") (license license:expat))) - |
