diff options
author | Brett Gilio <brettg@gnu.org> | 2020-08-01 00:34:56 -0500 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-08-01 00:34:56 -0500 |
commit | be8d67309f2454e6e25c8619000cbd1eb07611e0 (patch) | |
tree | 37bc7ae29adf7227dd1fb5e275b49b6709578df7 | |
parent | c8377e8062430787b48d4e65ac983bfdad9ee3e9 (diff) | |
download | guix-be8d67309f2454e6e25c8619000cbd1eb07611e0.tar.gz |
gnu: emacs-dimmer: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8729eb7e9f..6b42544396 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22176,7 +22176,7 @@ and it should work well with 256 color terminals.") (define-public emacs-dimmer (package (name "emacs-dimmer") - (version "0.3.0") + (version "0.4.2") (source (origin (method git-fetch) @@ -22185,7 +22185,8 @@ and it should work well with 256 color terminals.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif")))) + (base32 + "0dw0qh5hm1x76s5cqxvylvmjgy0jwy11xm258g6kmx6w1k6r1d2l")))) (build-system emacs-build-system) (home-page "https://github.com/gonewest818/dimmer.el") (synopsis "Visually highlights the selected buffer in Emacs") |