mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: emacs-solarized-theme: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.0.
This commit is contained in:
parent
144a750f8b
commit
b42e52a735
1 changed files with 2 additions and 2 deletions
|
@ -8566,7 +8566,7 @@ variants.")
|
||||||
(define-public emacs-solarized-theme
|
(define-public emacs-solarized-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-solarized-theme")
|
(name "emacs-solarized-theme")
|
||||||
(version "1.3.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8575,7 +8575,7 @@ variants.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"))))
|
(base32 "17z6cj8ids88xj2i6zs1s0mxs0fhn3gr7g5nhhy8s8khnzmyy2vj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-dash))
|
||||||
|
|
Loading…
Add table
Reference in a new issue