diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-07-10 12:18:14 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-07-10 12:18:22 +0200 |
commit | 4dc0337146425f57c3170dd98856f5195ca21b27 (patch) | |
tree | 0d8d9124325abadd7b4064516fd78a6cb34a00a9 /gnu/packages/lisp-xyz.scm | |
parent | 24ee1448e84f881c74c06d5e229c5cff9b4128a5 (diff) |
gnu: sbcl-cl-gserver: Update to 1.8.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gserver): Update to 1.8.0.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index f7683d9dbf..adb4cca0f5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -17745,7 +17745,7 @@ Common Lisp based on the hash array-mapped trie data structure.") (define-public sbcl-cl-gserver (package (name "sbcl-cl-gserver") - (version "1.7.2") + (version "1.8.0") (source (origin (method git-fetch) @@ -17754,7 +17754,7 @@ Common Lisp based on the hash array-mapped trie data structure.") (commit version))) (file-name (git-file-name "cl-gserver" version)) (sha256 - (base32 "1vkxs6ybi1pkpji2crmhq8c71zg0dn2ji0lcwhs0rivphz5jxk24")))) + (base32 "1bfz7z8v417dvsp1jz76ir3ihcs8g7zis2d56xx1dpzqzjd95g7z")))) (build-system asdf-build-system/sbcl) (inputs `(("alexandria" ,sbcl-alexandria) |