guix-commits
[Top][All Lists]
Advanced

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

26/44: gnu: emacs-geiser: Update to 0.29.1.


From: guix-commits
Subject: 26/44: gnu: emacs-geiser: Update to 0.29.1.
Date: Fri, 1 Sep 2023 16:23:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f9044b3582122e3003763ad809806c788d5110eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:50:12 2023 +0200

    gnu: emacs-geiser: Update to 0.29.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.29.1.
---
 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 e39236a38e..ea15273624 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -408,7 +408,7 @@ input via a small child-frame spawned at the position of 
the cursor.")
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.28.2")
+    (version "0.29.1")
     (source
      (origin
        (method git-fetch)
@@ -417,7 +417,7 @@ input via a small child-frame spawned at the position of 
the cursor.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01sif1pw3shhdzcg9vidc2j5cqmrgjh5kynicf5mh3kmlvvsg9k6"))))
+        (base32 "1jbjhljjbwz2inh8x0ivsx6l1amm550cji6q2rdaay2jl8a8db0q"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases



reply via email to

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