[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-geiser: Update to 0.20.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-geiser: Update to 0.20.1. |
Date: |
Tue, 21 Dec 2021 03:34:58 -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 2bbc386 gnu: emacs-geiser: Update to 0.20.1.
2bbc386 is described below
commit 2bbc3864c3efd21e20d57f2c0e82bc53931bc15e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 21 09:34:19 2021 +0100
gnu: emacs-geiser: Update to 0.20.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.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 140a2bd..9a6558c 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.20")
+ (version "0.20.1")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0k9y2kx81ci8d2klpw0xbygw973mawa3id3wq3l92lk9yqvy6jgp"))))
+ (base32 "0bbs9zn49a15hnakzzn3qmybmcjmnjlaggczr1zkw9rf1qy78krc"))))
(build-system emacs-build-system)
(arguments
'(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-geiser: Update to 0.20.1.,
guix-commits <=