diff options
| author | 2026-05-19 09:42:40 -0700 | |
|---|---|---|
| committer | 2026-05-19 09:44:51 -0700 | |
| commit | 828f7705d7573d5db229e96d373c5f49c92f2788 (patch) | |
| tree | 5969f9bbca812d5b39f19f98ae75971a954cc255 /oni | |
| parent | 51b7a476a1c94c5d7aa3779fd969fab099222b77 (diff) | |
| download | new-dotfiles-828f7705d7573d5db229e96d373c5f49c92f2788.tar.gz new-dotfiles-828f7705d7573d5db229e96d373c5f49c92f2788.zip | |
packages/emacs: Update ‘emacs-yoshi-theme’ to latest
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 002e2f6..5629998 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -610,7 +610,7 @@ dot-separated path form like @code{jobs.build.docker} and (license license:gpl3)))) (define-public emacs-yoshi-theme - (let ((commit "6e436a34cc56a73eec49f8d5f8fbcfcaa5cae808") + (let ((commit "dc7b512dbe29db8f61f1485dad4213f5c5fd2669") (revision "0")) (package (name "emacs-yoshi-theme") @@ -623,7 +623,7 @@ dot-separated path form like @code{jobs.build.docker} and (method git-fetch) (file-name (git-file-name name version)) (sha256 - (base32 "1xidzl08sf2hndd7jazc1f5b9gwnbasq7p5901bbbnr898b7r407")))) + (base32 "0qjcqrj1k8mlkjlahjn83l7hq76dmjvn1n9xnj0rz3drk114wxb0")))) (build-system emacs-build-system) (arguments `(#:include '("icons/*" . ,%default-include))) |
