diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-27 10:38:47 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-27 10:41:58 +0100 |
commit | 6b8b8e3b858485bcbf4f67051591ee643bc04e75 (patch) | |
tree | 2a83c8c37529922a36935e6ed7b24362ecdcabd9 /gnu/packages/lisp-xyz.scm | |
parent | 1f9a0911707c3cbb225ba6b5e7d71b050a111720 (diff) |
gnu: sbcl-fast-generic-functions: Update to 0.0.0-2.6e9d690.
Closes <https://issues.guix.gnu.org/69585> as upstream applied fixes as.
* gnu/packages/lisp-xyz.scm (sbcl-fast-generic-functions): Update to
0.0.0-2.6e9d690.
[source]: Remove patch.
* gnu/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Deregister patch.
Change-Id: I09eb5f296afa9529d5ceee2fbd33fedcd59ad199
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 10018c4b78..9b5acf9982 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -15593,10 +15593,11 @@ basic everyday functions and macros.") (sbcl-package->ecl-package sbcl-fare-utils)) (define-public sbcl-fast-generic-functions - (let ((commit "9c307cd28af6453e45038ac3510de3123ff23743")) + (let ((commit "6e9d690ec08dacf9ab4e14aa39a084ef7c7edabb") + (revision "2")) (package (name "sbcl-fast-generic-functions") - (version (git-version "0.0.0" "1" commit)) + (version (git-version "0.0.0" revision commit)) (source (origin (method git-fetch) @@ -15605,9 +15606,7 @@ basic everyday functions and macros.") (commit commit))) (file-name (git-file-name "cl-fast-generic-functions" version)) (sha256 - (base32 "16hf9bi2p5s77p3m3aqsihcd9iicqjhhxxpsarjv93c41qs54yad")) - (patches - (search-patches "sbcl-fast-generic-functions-fix-sbcl-2.4.patch")))) + (base32 "1v2pwmhnyfvhx8hrl1zk2lm4k1a3kqglf696hnfx7zrpz9kwk15m")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-closer-mop |