diff options
author | Charles <charles.b.jackson@protonmail.com> | 2021-07-08 22:13:38 -0500 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-07-12 09:24:17 +0200 |
commit | fd53b2122ce0d28de94383d21879d4ee9fcee163 (patch) | |
tree | 093da92975389ded84e2eac98c47d20bc159bca9 /gnu/packages/lisp-xyz.scm | |
parent | b4cb403cf4b7a0172224f5d73858669c4b143999 (diff) |
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>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4a12a7ac0f..795e238c18 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) |