summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-08-26 09:31:28 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-08-26 11:04:26 +0200
commit1fb390bbd4e8e43caf0d56e16dc4529d8e4b6825 (patch)
treeb32969d77ee72eed5526ae752fa29f43bca710b6
parente4b7b5bb73770358de580d0beeb187571f95a275 (diff)
downloadguix-1fb390bbd4e8e43caf0d56e16dc4529d8e4b6825.tar.gz
gnu: cl-usocket: Update to 0.8.8.
* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.8.

Change-Id: Ie2d8d2e86e068f39b6d0f4ff87c9a189bf79c884
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ba78515979..b1893131e0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29997,7 +29997,7 @@ precisely controls the behavior of the parser via Common Lisp restarts.")
 (define-public sbcl-usocket
   (package
     (name "sbcl-usocket")
-    (version "0.8.6")
+    (version "0.8.8")
     (source
      (origin
        (method git-fetch)
@@ -30006,7 +30006,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 "0by8hhg6gijdbq5vjykd374rmvqyikp4synpyk0wjcl7rk3r0vgn"))))
+        (base32 "13j2hyl7j06vl8hh3930wd3bi2p0pcg4dcd243al31fgw4m0bvag"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      (list sbcl-rt))