mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: emacs-geiser: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.11.
This commit is contained in:
parent
c153010bf9
commit
8d9317e1f0
1 changed files with 11 additions and 6 deletions
|
@ -163,14 +163,15 @@
|
||||||
(define-public emacs-geiser
|
(define-public emacs-geiser
|
||||||
(package
|
(package
|
||||||
(name "emacs-geiser")
|
(name "emacs-geiser")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "mirror://savannah/geiser/" version
|
(uri (git-reference
|
||||||
"/geiser-" version ".tar.gz"))
|
(url "https://gitlab.com/jaor/geiser/")
|
||||||
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))
|
"0fb2h984hn7bnyiziplp7kgk29zdzc9yainsv0k1li436irlp9dd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -183,7 +184,11 @@
|
||||||
"geiser-autoloads.el"))
|
"geiser-autoloads.el"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs `(("guile" ,guile-2.2)))
|
(inputs `(("guile" ,guile-2.2)))
|
||||||
(native-inputs `(("emacs" ,emacs-minimal)))
|
(native-inputs
|
||||||
|
`(("emacs" ,emacs-minimal)
|
||||||
|
("autoconf" ,autoconf)
|
||||||
|
("automake" ,automake)
|
||||||
|
("texinfo" ,texinfo)))
|
||||||
(home-page "https://nongnu.org/geiser/")
|
(home-page "https://nongnu.org/geiser/")
|
||||||
(synopsis "Collection of Emacs modes for Guile and Racket hacking")
|
(synopsis "Collection of Emacs modes for Guile and Racket hacking")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue