From 55d4b649f9cfd6b920766af0bc5914befb65f22b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Sep 2026 01:06:26 -0700 Subject: Update yoshi-theme --- oni/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 553a954..56a7bf4 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 "0a015799c062c79735f6d7ce762f770859aa8658") + (let ((commit "1268c11f9278743693044e179cfa3328c4b16a49") (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 "18b1kzdipy2kvlkmhvhnxjq84zwa5623n9zz05z1m8278a1zjprn")))) + (base32 "1gfar1h1q8qd638hijwm2fz9ygr8wph6wdvmck2wm6ddxsrbhz20")))) (build-system emacs-build-system) (arguments `(#:include '("icons/*" . ,%default-include))) -- cgit v1.3-2-g0d8e