diff options
| -rw-r--r-- | oni/packages/emacs.scm | 6 |
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))) |
