gnu: lisp-repl-core-dumper: Update to 0.8.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.8.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
d9dc1eb7ba
commit
47097b947b
1 changed files with 3 additions and 2 deletions
|
@ -1335,10 +1335,11 @@ C. It features inferred static typing, macros, automatic memory
|
||||||
management without a garbage collector, a REPL, and straightforward
|
management without a garbage collector, a REPL, and straightforward
|
||||||
integration with code written in C.")
|
integration with code written in C.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public lisp-repl-core-dumper
|
(define-public lisp-repl-core-dumper
|
||||||
(package
|
(package
|
||||||
(name "lisp-repl-core-dumper")
|
(name "lisp-repl-core-dumper")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1347,7 +1348,7 @@ integration with code written in C.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yfsyxj462yi3bx587yssp4gwb54jdm6fjk9q93gjrfv8a65ilp7"))))
|
(base32 "04c12gi5izpkv8ha98z9qdkbmyrsq6ga060adrx53da8z31gnhk1"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Reference in a new issue