me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -10823,7 +10823,7 @@ variants.")
(define-public emacs-solarized-theme
(package
(name "emacs-solarized-theme")
(version "2.0.1")
(version "2.0.3")
(source
(origin
(method git-fetch)
@ -10832,7 +10832,7 @@ variants.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0l2lcdm2hsjasfkg4rmypa4mvbhglbkkyv0jg88ygc6py9klcccd"))))
(base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))