aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-18 16:02:22 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-18 23:56:08 +0200
commit671369f204cc47d807e153976926aa735c1fbb04 (patch)
treeaccea5aded19ae74da89bdf34a90574bc22bbddb
parentca28777a8f2f07612e2db887eb3023237d786fe5 (diff)
downloadguix-671369f204cc47d807e153976926aa735c1fbb04.tar
guix-671369f204cc47d807e153976926aa735c1fbb04.tar.gz
gnu: emacs-geiser: Update to 0.31.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.31. Change-Id: I2392f0425d842cf45723868484b13acb4f3f5d54
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 361c47b7ad..253b8bee77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -472,7 +472,7 @@ input via a small child-frame spawned at the position of the cursor.")
(define-public emacs-geiser
(package
(name "emacs-geiser")
- (version "0.30")
+ (version "0.31")
(source
(origin
(method git-fetch)
@@ -481,7 +481,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 "1y9k9v7ll816rs20krchrk080b3a5q4hikskaamvr5hrmi0jw938"))))
+ (base32 "1lxvgj50c3lbyib4lcv4f5xjhgnngnklc8sszrx5yy9snsrd1sn5"))))
(build-system emacs-build-system)
(arguments
'(#:phases