gnu: emacs-cyberpunk-theme: Update to 1.22.
* gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.22.
This commit is contained in:
parent
125aacaa09
commit
2ad9ac0cf0
1 changed files with 2 additions and 2 deletions
|
@ -9009,7 +9009,7 @@ Flx has support for ido (interactively do things) through flx-ido.")
|
||||||
(define-public emacs-cyberpunk-theme
|
(define-public emacs-cyberpunk-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-cyberpunk-theme")
|
(name "emacs-cyberpunk-theme")
|
||||||
(version "1.21")
|
(version "1.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9018,7 +9018,7 @@ Flx has support for ido (interactively do things) through flx-ido.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
|
"06nff38pcy5rgz13svkajsg0jjk73qy4a8m7p9f76yxcywxlgxlc"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
(home-page "https://github.com/n3mo/cyberpunk-theme.el")
|
||||||
|
|
Reference in a new issue