aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-10 23:31:04 -0700
committerGravatar Tom Willemse2026-09-12 01:01:17 -0700
commit325941b96a83875530563ae150582283d20ffc19 (patch)
tree16b587b51bec68198a11a4db66de75b8891d68dc /oni
parent9ccf4b6e14fefc45a67d7dc5051eaef7015b0783 (diff)
downloadnew-dotfiles-325941b96a83875530563ae150582283d20ffc19.tar.gz
new-dotfiles-325941b96a83875530563ae150582283d20ffc19.zip
Update ‘yoshi-theme’ to latest
Diffstat (limited to 'oni')
-rw-r--r--oni/packages/emacs.scm6
1 files 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)))