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

* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.3.
This commit is contained in:
Nicolas Goaziou 2023-09-01 22:04:50 +02:00
parent e041656917
commit 3218ece494
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10823,7 +10823,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.1") (version "2.0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10832,7 +10832,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 "0l2lcdm2hsjasfkg4rmypa4mvbhglbkkyv0jg88ygc6py9klcccd")))) (base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash)) (list emacs-dash))