mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-geiser: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.12.
This commit is contained in:
parent
6ca673b30d
commit
50110a1aa5
1 changed files with 12 additions and 11 deletions
|
@ -197,16 +197,16 @@
|
||||||
(define-public emacs-geiser
|
(define-public emacs-geiser
|
||||||
(package
|
(package
|
||||||
(name "emacs-geiser")
|
(name "emacs-geiser")
|
||||||
(version "0.11.2")
|
(version "0.12")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/jaor/geiser/")
|
(url "https://gitlab.com/jaor/geiser/")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0n718xpys7v94zaf9lpmsx97qgn6qxif1acr718wyvpmfr4hiv08"))))
|
||||||
"1khi1bghsjx6cs5acizmlbw9z19s4qycnji9krdbn42cbpv0rysv"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -218,7 +218,8 @@
|
||||||
"/share/emacs/site-lisp/"
|
"/share/emacs/site-lisp/"
|
||||||
"geiser-autoloads.el"))
|
"geiser-autoloads.el"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs `(("guile" ,guile-2.2)))
|
(inputs
|
||||||
|
`(("guile" ,guile-2.2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs" ,emacs-minimal)
|
`(("emacs" ,emacs-minimal)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue