guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-goggles: Update to 0.3.


From: guix-commits
Subject: 02/05: gnu: emacs-goggles: Update to 0.3.
Date: Sun, 19 Feb 2023 05:42:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 14e6a5fdd85a54089e51f00b29aaeafe3be92fee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 19 11:33:40 2023 +0100

    gnu: emacs-goggles: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-goggles): Update to 0.3.
    [description]: Use proper capitalization.
---
 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 df68c3e502..c0fb9f6d39 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14327,7 +14327,7 @@ being deleted, changed, yanked, or pasted when using 
evil commands")
 (define-public emacs-goggles
   (package
     (name "emacs-goggles")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method git-fetch)
@@ -14336,11 +14336,11 @@ being deleted, changed, yanked, or pasted when using 
evil commands")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15bqjmwfdqp2np6fln6xjyw59c5iddvzsyga0lvb8raa753cdh2k"))))
+        (base32 "0crll7r1qzpipimrahbfgk31f6rys58gzsbiwi65l0gqw49699sx"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/goggles";)
     (synopsis "Pulse modified region")
-    (description "Goggles highlights the modified region using pulse.
+    (description "Goggles highlights the modified region using Pulse.
 Currently the commands undo, yank, kill and delete are supported.")
     (license license:gpl3+)))
 



reply via email to

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