guix-commits
[Top][All Lists]
Advanced

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

28/53: gnu: emacs-geiser: Update to 0.30.


From: guix-commits
Subject: 28/53: gnu: emacs-geiser: Update to 0.30.
Date: Mon, 1 Jan 2024 20:26:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d7f6c26691bb4a0b9d6fb7514973a524cae12bff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:58:44 2024 +0100

    gnu: emacs-geiser: Update to 0.30.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.30.
    
    Change-Id: I18d7c0132a13f8306de536c240edae8521ec9864
---
 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 576a986473..db9bba57b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -435,7 +435,7 @@ input via a small child-frame spawned at the position of 
the cursor.")
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.29.1")
+    (version "0.30")
     (source
      (origin
        (method git-fetch)
@@ -444,7 +444,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 "1jbjhljjbwz2inh8x0ivsx6l1amm550cji6q2rdaay2jl8a8db0q"))))
+        (base32 "1y9k9v7ll816rs20krchrk080b3a5q4hikskaamvr5hrmi0jw938"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases



reply via email to

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