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 @@ variants.")
(define-public emacs-solarized-theme (define-public emacs-solarized-theme
(package (package
(name "emacs-solarized-theme") (name "emacs-solarized-theme")
(version "1.2.2") (version "1.3.1")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/bbatsov/solarized-emacs/") (uri (git-reference
(commit (string-append "v" version)))) (url "https://github.com/bbatsov/solarized-emacs/")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0zcj9jf8nlsj9vms888z2vs76q54n8g8r9sh381xad3x8d6lrlb3")))) (base32 "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash))) `(("emacs-dash" ,emacs-dash)))