guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-repl-toggle: Update to 0.7.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-repl-toggle: Update to 0.7.1.
Date: Sun, 11 Apr 2021 04:46:37 -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 46c6161  gnu: emacs-repl-toggle: Update to 0.7.1.
46c6161 is described below

commit 46c6161ed638ecde5e55211903be46deb22b5e93
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Apr 8 11:27:53 2021 +0200

    gnu: emacs-repl-toggle: Update to 0.7.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1.
    [source]: Use Sourcehut repository.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f76dcae..2c43b1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25435,21 +25435,21 @@ current buffer.")
 (define-public emacs-repl-toggle
   (package
     (name "emacs-repl-toggle")
-    (version "0.6.1")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/tomterl/repl-toggle";)
+             (url "https://git.sr.ht/~tomterl/repl-toggle";)
              (commit version)))
        (sha256
         (base32
-         "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"))
+         "0nycm8a4wwkkaif958z4m89slayp17k20lp2h7lvddjx8prn6yfp"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-fullframe" ,emacs-fullframe)))
-    (home-page "https://github.com/tomterl/repl-toggle";)
+    (home-page "https://git.sr.ht/~tomterl/repl-toggle";)
     (synopsis "Switch to and from current major mode's REPL")
     (description "This package provides a function to switch to and from a
 REPL appropriate to the current major mode.")



reply via email to

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