gnu: emacs-solarized-theme: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.1.master
parent
0bd272f47e
commit
c05bcf8353
|
@ -10459,7 +10459,7 @@ variants.")
|
||||||
(define-public emacs-solarized-theme
|
(define-public emacs-solarized-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-solarized-theme")
|
(name "emacs-solarized-theme")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10468,7 +10468,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 "17z6cj8ids88xj2i6zs1s0mxs0fhn3gr7g5nhhy8s8khnzmyy2vj"))))
|
(base32 "0l2lcdm2hsjasfkg4rmypa4mvbhglbkkyv0jg88ygc6py9klcccd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-dash))
|
||||||
|
|
Reference in New Issue