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.20.


From: guix-commits
Subject: branch master updated: gnu: emacs-geiser: Update to 0.20.
Date: Mon, 20 Dec 2021 18:23:11 -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 866af86  gnu: emacs-geiser: Update to 0.20.
866af86 is described below

commit 866af86b1bb0f5d6eef3146141c964305a9f0d1d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 21 00:22:02 2021 +0100

    gnu: emacs-geiser: Update to 0.20.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.
    [propagated-inputs]: Add emacs-transient.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 507d4c4..a2304ec 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.19")
+    (version "0.20")
     (source
      (origin
        (method git-fetch)
@@ -245,7 +245,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pfdax2wsfyjz4ddfqh54n3lbxhqpg97grj7kgi641lbhppnq02g"))))
+        (base32 "0k9y2kx81ci8d2klpw0xbygw973mawa3id3wq3l92lk9yqvy6jgp"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases
@@ -265,6 +265,8 @@
                        "-o" "geiser.info" "geiser.texi")))))))
     (native-inputs
      (list texinfo))
+    (propagated-inputs
+     (list emacs-transient))
     (home-page "https://nongnu.org/geiser/";)
     (synopsis "Collection of Emacs modes for Scheme hacking")
     (description



reply via email to

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