From 325941b96a83875530563ae150582283d20ffc19 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 10 Sep 2026 23:31:04 -0700 Subject: Update ‘yoshi-theme’ to latest --- oni/packages/emacs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 5629998..553a954 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 "dc7b512dbe29db8f61f1485dad4213f5c5fd2669") + (let ((commit "0a015799c062c79735f6d7ce762f770859aa8658") (revision "0")) (package (name "emacs-yoshi-theme") @@ -618,12 +618,12 @@ dot-separated path form like @code{jobs.build.docker} and (source (origin (uri (git-reference - (url "git://code.ryuslash.org/yoshi-theme.git") + (url "https://git.sr.ht/~ryuslash/yoshi-theme") (commit commit))) (method git-fetch) (file-name (git-file-name name version)) (sha256 - (base32 "0qjcqrj1k8mlkjlahjn83l7hq76dmjvn1n9xnj0rz3drk114wxb0")))) + (base32 "18b1kzdipy2kvlkmhvhnxjq84zwa5623n9zz05z1m8278a1zjprn")))) (build-system emacs-build-system) (arguments `(#:include '("icons/*" . ,%default-include))) -- cgit v1.3-2-g0d8e