guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-focus: Update to 1.0.0-1.5f3f20e.


From: guix-commits
Subject: 02/03: gnu: emacs-focus: Update to 1.0.0-1.5f3f20e.
Date: Sun, 27 Dec 2020 12:15:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 14e89ae7d9f0e6d2eb9c9103f06d0be3839bb48d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 27 18:01:30 2020 +0100

    gnu: emacs-focus: Update to 1.0.0-1.5f3f20e.
    
    * gnu/packages/emacs-xyz.scm (emacs-focus): Update to 1.0.0-1.5f3f20e.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6ceb1d3..bf6f78b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18818,8 +18818,8 @@ searches with @code{ripgrep}.")
       (license license:gpl3+))))
 
 (define-public emacs-focus
-  (let ((commit "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f")
-        (version "0.1.1")
+  (let ((commit "5f3f20e7f22fb9fd7c48abce8bd38061d97e4bc0")
+        (version "1.0.0")
         (revision "1"))
     (package
       (name "emacs-focus")
@@ -18833,7 +18833,7 @@ searches with @code{ripgrep}.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"))))
+           "0a55i4bychfnnzjg67a9h4j130hchcg44446dwwx1l1h48i692dw"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/larstvei/Focus";)
       (synopsis "Minor mode for focusing in on relevant text")



reply via email to

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