mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: sbcl-charje.loop: Update to v0.0.1.
* gnu/packages/lisp-xyz.scm (sbcl-charje.loop): Update to v0.0.1. Change-Id: I9c1fcea99d6aaa8914300bf01c811ec4fcfea6ea
This commit is contained in:
parent
b8bbc186f0
commit
b72fdac200
1 changed files with 2 additions and 2 deletions
|
@ -3164,7 +3164,7 @@ (define-public ecl-charje.documentation
|
|||
(define-public sbcl-charje.loop
|
||||
(package
|
||||
(name "sbcl-charje.loop")
|
||||
(version "0.0.0")
|
||||
(version "0.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3174,7 +3174,7 @@ (define-public sbcl-charje.loop
|
|||
(file-name (git-file-name "cl-charje.loop" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x1hw5xmrx9xmfzga8y0yi6s27r7zc80rwl2z7l4d2h24ykscvd4"))))
|
||||
"13353ycjm4jyczlqxh5r7f7q8g679pyfx91w4hj9p6mp7paqsn16"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-alexandria
|
||||
|
|
Loading…
Reference in a new issue