guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-funds: Update to 1-2.39d4258.


From: guix-commits
Subject: branch master updated: gnu: cl-funds: Update to 1-2.39d4258.
Date: Mon, 27 Sep 2021 09:05:21 -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 a4b4dc8  gnu: cl-funds: Update to 1-2.39d4258.
a4b4dc8 is described below

commit a4b4dc8f9975ec484b27c33d940cfeea8e9fdc85
Author: Charles via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Sep 26 21:27:29 2021 +0000

    gnu: cl-funds: Update to 1-2.39d4258.
    
    * gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258.
    
    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 0292937..7f7a7e9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10768,8 +10768,8 @@ If features:
   (sbcl-package->ecl-package sbcl-sycamore))
 
 (define-public sbcl-funds
-  (let ((commit "6a93695a83d6e21f7ae1351f9b07ee01fa0b487f")
-        (revision "1"))
+  (let ((commit "39d425818876b898c20780a678803df506df8424")
+        (revision "2"))
     (package
       (name "sbcl-funds")
       (version (git-version "1" revision commit))
@@ -10781,7 +10781,7 @@ If features:
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0lhzghngihy83njcnhjiqg10lyw8zxfpmg6ly8sycd4vyiw2i249"))))
+          (base32 "13y1jhvnpzrs9daz6f3z67w6h2y21ggb10j3j4vnc5p3m8i7ps4p"))))
       (build-system asdf-build-system/sbcl)
       (synopsis "Purely functional data structure library in Common Lisp")
       (description



reply via email to

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