guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-repl-toggle: Update to 0.7.2.


From: guix-commits
Subject: 06/07: gnu: emacs-repl-toggle: Update to 0.7.2.
Date: Tue, 20 Sep 2022 15:25:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 81cda4134ad943d0094ba684d29bd8825621d414
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 20 21:19:37 2022 +0200

    gnu: emacs-repl-toggle: Update to 0.7.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.2.
---
 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 9ffe5a3996..19ea12ad46 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29491,7 +29491,7 @@ current buffer.")
 (define-public emacs-repl-toggle
   (package
     (name "emacs-repl-toggle")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method git-fetch)
@@ -29500,7 +29500,7 @@ current buffer.")
              (commit version)))
        (sha256
         (base32
-         "0nycm8a4wwkkaif958z4m89slayp17k20lp2h7lvddjx8prn6yfp"))
+         "18dpy7a7yrn7m7qifrjk5zcr6zbd3kwp9pb55la9052vwipxxvfk"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

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