guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: emacs-dimmer: Update to 0.4.2.


From: guix-commits
Subject: 04/04: gnu: emacs-dimmer: Update to 0.4.2.
Date: Sat, 1 Aug 2020 01:34:55 -0400 (EDT)

brettgilio pushed a commit to branch master
in repository guix.

commit be8d67309f2454e6e25c8619000cbd1eb07611e0
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sat Aug 1 00:34:56 2020 -0500

    gnu: emacs-dimmer: Update to 0.4.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8729eb7..6b42544 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]