mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: sbcl-cl-octet-streams: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.2.
This commit is contained in:
parent
1e4785452c
commit
dd4dff0cb2
1 changed files with 2 additions and 2 deletions
|
@ -6181,7 +6181,7 @@ (define-public ecl-bst
|
|||
(define-public sbcl-cl-octet-streams
|
||||
(package
|
||||
(name "sbcl-cl-octet-streams")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6190,7 +6190,7 @@ (define-public sbcl-cl-octet-streams
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w14czi619xmncl29lf0h8ngmf7zrna41c3j0ds8lvqd552gfa7z"))))
|
||||
(base32 "1hffh98bv4w5yrchagzwqrc43d2p473pvw7ka4kyyvhrr52dk2f8"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
|
|
Loading…
Reference in a new issue