diff options
| -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))) - |
