gnu: sbcl-ospm: Update to 0.0.2.
* gnu/packages/lisp-xyz.scm (sbcl-ospm): Update to 0.0.2.
This commit is contained in:
parent
c4a89a6d6b
commit
1944b3baf4
1 changed files with 2 additions and 2 deletions
|
@ -27871,7 +27871,7 @@ implementation by Kent M. Pitman.")
|
|||
(define-public sbcl-ospm
|
||||
(package
|
||||
(name "sbcl-ospm")
|
||||
(version "0.0.1")
|
||||
(version "0.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27880,7 +27880,7 @@ implementation by Kent M. Pitman.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name "cl-ospm" version))
|
||||
(sha256
|
||||
(base32 "1b64ar6x08bcig4brlsim445favjf1zhyj6qz018cildp3xs4miz"))))
|
||||
(base32 "1z2wz2xg7rn7p1lladdhj789iz2f3wfjgpi2hjr08vkf1pkp15xf"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-alexandria
|
||||
|
|
Reference in a new issue