Update emacs-yoshi-theme to latest version
This commit is contained in:
parent
94fe5db261
commit
d968a40a27
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue