mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1f9a091170
commit
6b8b8e3b85
3 changed files with 4 additions and 105 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue