guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: cl-cf: Update to 1.0-2.fbc025b.


From: guix-commits
Subject: 01/05: gnu: cl-cf: Update to 1.0-2.fbc025b.
Date: Sat, 25 May 2024 05:50:28 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 2ac3d61ca3d57bc602ad1f67d6fb701ebcaab45b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat May 25 10:43:13 2024 +0200

    gnu: cl-cf: Update to 1.0-2.fbc025b.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cf): Update to 1.0-2.fbc025b.
    
    Change-Id: Ide38475fb171f71c5dc35bb12d66a81b0f08cf64
---
 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 5ee42d03f9..cea532de0e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -451,8 +451,8 @@ with dice-roll statistics.")
   (sbcl-package->ecl-package sbcl-alea))
 
 (define-public sbcl-cf
-  (let ((commit "9a8ecb2fa3f9d36a1384647067c5c630d132d5b6")
-        (revision "1"))
+  (let ((commit "fbc025b6f274687ee9acc8d07496d44999ac428e")
+        (revision "2"))
     (package
       (name "sbcl-cf")
       (version (git-version "1.0" revision commit))
@@ -464,7 +464,7 @@ with dice-roll statistics.")
                (commit commit)))
          (file-name (git-file-name "cl-cf" version))
          (sha256
-          (base32 "0w6vqykx65jhk8i3a7j85fa60f9irnd5a0338rg50m45bj3vrc25"))))
+          (base32 "182laa57j9qs567g75qwf8vh4xb0d22lr94x84r32dy28mrwi5ig"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs (list sbcl-fiveam))
       (synopsis "Continued fractions library")



reply via email to

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