guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-static-dispatch: Update to 0.5.1.


From: guix-commits
Subject: branch master updated: gnu: sbcl-static-dispatch: Update to 0.5.1.
Date: Sat, 15 May 2021 07:58:53 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce9c5fd  gnu: sbcl-static-dispatch: Update to 0.5.1.
ce9c5fd is described below

commit ce9c5fd6baa24e96065943a70f091b9d222e2329
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat May 15 12:00:45 2021 +0100

    gnu: sbcl-static-dispatch: Update to 0.5.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5.1.
      [inputs]: Replace trivia by optima.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 172c5d9..9d07d5b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13169,7 +13169,7 @@ environment access API.")
 (define-public sbcl-static-dispatch
   (package
     (name "sbcl-static-dispatch")
-    (version "0.5")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
@@ -13178,7 +13178,7 @@ environment access API.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "static-dispatch" version))
        (sha256
-        (base32 "1a4vgfcn6qnpdkxxv93rri7zf3c92alixp6nyqwpz8mg2xmvy1j3"))))
+        (base32 "1602vx6ybp0n8mbrrp6q8397fkkyvhrqpahc302pjdb57qildajz"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      `(("fiveam" ,sbcl-fiveam)))
@@ -13190,7 +13190,7 @@ environment access API.")
        ("cl-environments" ,sbcl-cl-environments)
        ("closer-mop" ,sbcl-closer-mop)
        ("iterate" ,sbcl-iterate)
-       ("trivia" ,sbcl-trivia)))
+       ("optima" ,sbcl-optima)))
     (home-page "https://github.com/alex-gutev/static-dispatch";)
     (synopsis "Static generic function dispatch for Common Lisp")
     (description "Static dispatch is a Common Lisp library, inspired by



reply via email to

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