mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-solarized-theme: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.4. Change-Id: I70c14db16bdb0c5a892199793a77abe8401c7c67
This commit is contained in:
parent
2e8dba6c6c
commit
2b8317dad6
1 changed files with 2 additions and 2 deletions
|
@ -11321,7 +11321,7 @@ (define-public emacs-moe-theme-el
|
|||
(define-public emacs-solarized-theme
|
||||
(package
|
||||
(name "emacs-solarized-theme")
|
||||
(version "2.0.3")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11330,7 +11330,7 @@ (define-public emacs-solarized-theme
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm"))))
|
||||
(base32 "18z36nzyh4dsd8igys37x0r3lnav77fvjrkxv48v3yjsrwli19gl"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Loading…
Reference in a new issue