guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cl-tailrec: Update to 0-2.6f88284.


From: guix-commits
Subject: 01/02: gnu: cl-tailrec: Update to 0-2.6f88284.
Date: Mon, 12 Jul 2021 03:35:05 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit fd53b2122ce0d28de94383d21879d4ee9fcee163
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Thu Jul 8 22:13:38 2021 -0500

    gnu: cl-tailrec: Update to 0-2.6f88284.
    
    * gnu/packages/lisp-xyz.scm (sbcl-tailrec): Update to 0-2.6f88284.
    
    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 4a12a7a..795e238 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18246,8 +18246,8 @@ concept of a source-form to report where the error or 
warning is located.")
   (sbcl-package->cl-source-package sbcl-trivial-with-current-source-form))
 
 (define-public sbcl-tailrec
-  (let ((commit "a7cf91ef7bd73c118e96817e809a7ae587d4673f")
-        (revision "1"))
+  (let ((commit "6f882846d8f5bca9138df26510862e64bb15d92f")
+        (revision "2"))
     (package
       (name "sbcl-tailrec")
       (version (git-version "0" revision commit))
@@ -18259,7 +18259,7 @@ concept of a source-form to report where the error or 
warning is located.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0a25xa2kqai480micv8ap5bg4pz1dg7q3lz61g1ygim96cdjpwhl"))))
+          (base32 "1h8m2npdzd2cpnl75pvv4yvvfwxa7kl6qvalc9s0y4yws0kaih3i"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandia" ,sbcl-alexandria)



reply via email to

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