guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-geiser: Update to 0.23.2.


From: guix-commits
Subject: 01/04: gnu: emacs-geiser: Update to 0.23.2.
Date: Thu, 9 Jun 2022 10:11:23 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4856759ad405820377e3115023d1a56620d7eabb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jun 8 22:43:30 2022 -0400

    gnu: emacs-geiser: Update to 0.23.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.2.
    [home-page]: Update URL.
---
 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 2633b775a6..f9b512fbe1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -247,7 +247,7 @@
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.23.1")
+    (version "0.23.2")
     (source
      (origin
        (method git-fetch)
@@ -256,7 +256,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lvnk71fb4qkh8a7h7spsdhmc9nnj1lwgp9wr3c2fgzjqsl62kgr"))))
+        (base32 "0p5cwx0xwva4ajgj8hnrk8bx6n3hv1z7aqs4zivp81crnq4077yw"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases
@@ -278,7 +278,7 @@
      (list texinfo))
     (propagated-inputs
      (list emacs-project emacs-transient))
-    (home-page "https://nongnu.org/geiser/";)
+    (home-page "https://www.nongnu.org/geiser/";)
     (synopsis "Collection of Emacs modes for Scheme hacking")
     (description
      "Geiser is a collection of Emacs major and minor modes that conspire with



reply via email to

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