aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-15 00:24:01 -0700
committerGravatar Tom Willemse2023-08-29 22:26:42 -0700
commitd968a40a27b780bc833d519be87aee7d02328b49 (patch)
treeb6a102f9fb24e4130f6a7c25cee5cb6348f88d2c /oni
parent94fe5db261de4344d5d8d5bdf4c911ae7a36e95b (diff)
downloadnew-dotfiles-d968a40a27b780bc833d519be87aee7d02328b49.tar.gz
new-dotfiles-d968a40a27b780bc833d519be87aee7d02328b49.zip
Update emacs-yoshi-theme to latest version
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 118026c..008f283 100644
--- a/oni/packages/emacs.scm
+++ b/oni/packages/emacs.scm
@@ -369,11 +369,11 @@ key features.")
(license license:gpl3+))))
(define-public emacs-yoshi-theme
- (let ((commit "ba9427329ac49fa2e060da2c16507feed62ad890")
+ (let ((commit "8faa406152f76452bda765ed4dafd41cd67f3afb")
(revision "0"))
(package
(name "emacs-yoshi-theme")
- (version (git-version "6.2.0" revision commit))
+ (version (git-version "7.0.0" revision commit))
(source
(origin
(uri (git-reference
@@ -382,7 +382,7 @@ key features.")
(method git-fetch)
(file-name (git-file-name name version))
(sha256
- (base32 "0f57qz8fxn4bncmd8ak9n0s8h4b0kba7nfmkb475djlhn2n2xxl9"))))
+ (base32 "0bb5mf194iw72w7zcvs9jmlxx5ngvslx5i6c6rna9bj3y0zm8jlb"))))
(build-system emacs-build-system)
(home-page "https://code.ryuslash.org/ryuslash/yoshi-theme")
(synopsis "Emacs theme named after my cat")