mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: sbcl-cl-octet-streams: Update to 1.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.1.
This commit is contained in:
parent
1963a611f7
commit
3a3211d560
1 changed files with 2 additions and 3 deletions
|
@ -6181,7 +6181,7 @@ can contain any kind of values.")
|
|||
(define-public sbcl-cl-octet-streams
|
||||
(package
|
||||
(name "sbcl-cl-octet-streams")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6190,8 +6190,7 @@ can contain any kind of values.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d7mn6ydv0j2x4r7clpc9ijjwrnfpxmvhifv8n5j7jh7s744sf8d"))))
|
||||
(base32 "1w14czi619xmncl29lf0h8ngmf7zrna41c3j0ds8lvqd552gfa7z"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
|
|
Loading…
Reference in a new issue