guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-cl-gserver: Update to 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-gserver: Update to 1.8.0.
Date: Sat, 10 Jul 2021 06:18:54 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4dc0337  gnu: sbcl-cl-gserver: Update to 1.8.0.
4dc0337 is described below

commit 4dc0337146425f57c3170dd98856f5195ca21b27
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Jul 10 12:18:14 2021 +0200

    gnu: sbcl-cl-gserver: Update to 1.8.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-gserver): Update to 1.8.0.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f7683d9..adb4cca 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]