gnu: emacs-solarized-theme: Update to 1.3.1.

* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 1.3.1.
This commit is contained in:
Nicolas Goaziou 2020-03-03 19:20:17 +01:00
parent 53b48447a7
commit 3b11122f39
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4997,16 +4997,16 @@ (define-public emacs-moe-theme-el
(define-public emacs-solarized-theme
(package
(name "emacs-solarized-theme")
(version "1.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/bbatsov/solarized-emacs/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0zcj9jf8nlsj9vms888z2vs76q54n8g8r9sh381xad3x8d6lrlb3"))))
(version "1.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/bbatsov/solarized-emacs/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))