mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-spacemacs-theme: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.3.
This commit is contained in:
parent
6e7c6b3677
commit
2572ce2194
1 changed files with 2 additions and 2 deletions
|
@ -28172,7 +28172,7 @@ (define-public emacs-punpun-theme
|
|||
(define-public emacs-spacemacs-theme
|
||||
(package
|
||||
(name "emacs-spacemacs-theme")
|
||||
(version "0.2")
|
||||
(version "0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28181,7 +28181,7 @@ (define-public emacs-spacemacs-theme
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15l9hb8f08nkxsaj8pxbg2mip4pp2msnrl0nvlq22zg40gh7pqsn"))))
|
||||
(base32 "1yz8xg9ni9290nly5b93djkzk9235q6k4lhb5ghs6snr0r39157n"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/nashamri/spacemacs-theme")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue