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