mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lisp-repl-core-dumper: Update to 0.6.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
This commit is contained in:
parent
c4195a1078
commit
ed128a6bbc
1 changed files with 2 additions and 2 deletions
|
@ -1090,7 +1090,7 @@ assembler, PEG) is less than 1MB.")
|
||||||
(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.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1099,7 +1099,7 @@ assembler, PEG) is less than 1MB.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hrilm9lxy7zdidn4wac4yfqryg3hfw0371nanhd7g9bcfjx7n1q"))))
|
(base32 "0f9rfi8lszm0v35f9vfxxdvwm8fc5909qdsrwj7c2jvl6iaa9n6p"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue