gnu: emacs-zerodark-theme: Update to 4.7.

* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): Update to 4.7.
This commit is contained in:
Nicolas Goaziou 2021-02-18 16:03:34 +01:00
parent 32e2d9c7f8
commit 200b119266
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -23613,7 +23613,7 @@ connections using TLS encryption.")
(define-public emacs-zerodark-theme
(package
(name "emacs-zerodark-theme")
(version "4.6")
(version "4.7")
(source
(origin
(method git-fetch)
@ -23623,7 +23623,7 @@ connections using TLS encryption.")
(file-name (git-file-name name version))
(sha256
(base32
"0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6"))))
"1r5s4mvwlxsb9ylr6dkfxpm1l0pbqkmn5gwjdcfk762cnxlam8cm"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-flycheck" ,emacs-flycheck)