guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-edit-indirect: Update to 0.1.10.


From: guix-commits
Subject: branch master updated: gnu: emacs-edit-indirect: Update to 0.1.10.
Date: Mon, 11 Jul 2022 05:16:47 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7093824be0 gnu: emacs-edit-indirect: Update to 0.1.10.
7093824be0 is described below

commit 7093824be088760ac2be1107582de419d03e0351
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:16:06 2022 +0200

    gnu: emacs-edit-indirect: Update to 0.1.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.10.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 14a726aa2e..3da27434da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10837,7 +10837,7 @@ in Emacs.")
 (define-public emacs-edit-indirect
   (package
     (name "emacs-edit-indirect")
-    (version "0.1.8")
+    (version "0.1.10")
     (source
      (origin
        (method git-fetch)
@@ -10846,7 +10846,7 @@ in Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f5vhppsjw63dkwka6xanmlliq44vf3kj1wp3dg8a6a837xx7z9x"))))
+        (base32 "13v0fvzh3nv3bm4c3ld7pknw2g76cjkx81hsrmbrd1irlv4s4b00"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Fanael/edit-indirect";)
     (synopsis "Edit regions in separate buffers")



reply via email to

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