mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05: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 @@ (define-public janet
|
|||
(define-public lisp-repl-core-dumper
|
||||
(package
|
||||
(name "lisp-repl-core-dumper")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1099,7 +1099,7 @@ (define-public lisp-repl-core-dumper
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hrilm9lxy7zdidn4wac4yfqryg3hfw0371nanhd7g9bcfjx7n1q"))))
|
||||
(base32 "0f9rfi8lszm0v35f9vfxxdvwm8fc5909qdsrwj7c2jvl6iaa9n6p"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue