me
/
guix
Archived
1
0
Fork 0

gnu: emacs-geiser: Update to 0.18.

* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.18.
[arguments]<#:phases>: Remove unnecessary fix to a texi document.
master
Nicolas Goaziou 2021-10-05 21:53:06 +02:00
parent 926afcea07
commit 1eb4687b88
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 5 deletions

View File

@ -231,7 +231,7 @@
(define-public emacs-geiser
(package
(name "emacs-geiser")
(version "0.17")
(version "0.18")
(source
(origin
(method git-fetch)
@ -240,7 +240,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "07g1zlf9kmfish2wa6m376xba0nv6n4spw8wbmr90a56xj0qpswc"))))
(base32 "1dd1jqfnwghqhsm2r5akqq1s4d621rd5rh93rxdqix2xg0nr9yp6"))))
(build-system emacs-build-system)
(arguments
'(#:phases
@ -255,9 +255,6 @@
el-files))))
(add-before 'install 'make-info
(lambda _
;; XXX: Fix a typo in the ".texi" file below.
(substitute* "doc/install.texi"
(("\\}\\{NonGNU ELPA\\}") ",NonGNU ELPA}"))
(with-directory-excursion "doc"
(invoke "makeinfo" "--no-split"
"-o" "geiser.info" "geiser.texi")))))))