guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-geiser: Update to 0.22.


From: guix-commits
Subject: branch master updated: gnu: emacs-geiser: Update to 0.22.
Date: Thu, 30 Dec 2021 11:19:54 -0500

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 3530f03d8b gnu: emacs-geiser: Update to 0.22.
3530f03d8b is described below

commit 3530f03d8ba066a665d8eaf3987bbc7b0f2d2691
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 30 17:16:33 2021 +0100

    gnu: emacs-geiser: Update to 0.22.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.22.
---
 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 bb156a40f1..99367b4869 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -236,7 +236,7 @@
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-    (version "0.21")
+    (version "0.22")
     (source
      (origin
        (method git-fetch)
@@ -245,7 +245,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19if1n2wx1i6mjslh3s2cnb261xjn25w2yll1hk4fdq4afbwbzbs"))))
+        (base32 "0rg15hhf0yzcacyk1bx93fn4g60vgnzyi0a677dqgm240dasp02g"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases



reply via email to

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