~ruther/guix-local

9af82e589fff804c191a820a935a623f23c14bf1 — Guillaume Le Vaillant 4 months ago 0f7000f
gnu: cl-usocket: Update to 0.8.9.

* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.9.

Change-Id: I697333c26eb18ce0fc234079c5dceb4676bc91c2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +2 -2
@@ 33573,7 33573,7 @@ precisely controls the behavior of the parser via Common Lisp restarts.")
(define-public sbcl-usocket
  (package
    (name "sbcl-usocket")
    (version "0.8.8")
    (version "0.8.9")
    (source
     (origin
       (method git-fetch)


@@ 33582,7 33582,7 @@ precisely controls the behavior of the parser via Common Lisp restarts.")
             (commit (string-append "v" version))))
       (file-name (git-file-name "cl-usocket" version))
       (sha256
        (base32 "13j2hyl7j06vl8hh3930wd3bi2p0pcg4dcd243al31fgw4m0bvag"))))
        (base32 "0msrrp069vrma70fr0wzw5jc94r796ha53dhpq8bdm1h3fm7f103"))))
    (build-system asdf-build-system/sbcl)
    (native-inputs
     (list sbcl-rt))