mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-adopt: Update to 1.3.0.
* gnu/packages/lisp-xyz.scm (sbcl-adopt): Update to 1.3.0. Change-Id: I2c1c68cd7f6eb537804782ed70a97d99afa2822e
This commit is contained in:
parent
86f98263fe
commit
6e6ff23979
1 changed files with 2 additions and 2 deletions
|
|
@ -884,7 +884,7 @@ implementation, but they will work.")
|
|||
(define-public sbcl-adopt
|
||||
(package
|
||||
(name "sbcl-adopt")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -893,7 +893,7 @@ implementation, but they will work.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-adopt" version))
|
||||
(sha256
|
||||
(base32 "16kzkai96qk7vmclp8wxc9aghhnisw8gg9s7hra68300bgj86wzr"))))
|
||||
(base32 "01frfns7xddb785vrlksm5v0wy57bybhfijziw8mk58xpb45q0mz"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs (list sbcl-1am))
|
||||
(inputs (list sbcl-bobbin sbcl-split-sequence))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue