Nicolas Graves via Guix-patches via writes: > This fixes CVE-2022-45145. > > * gnu/packages/chicken.scm (chicken): Update to 5.4.0. > --- > gnu/packages/chicken.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm > index 3743ae3e2a..a499c5d9ee 100644 > --- a/gnu/packages/chicken.scm > +++ b/gnu/packages/chicken.scm > @@ -32,14 +32,14 @@ (define-module (gnu packages chicken) > (define-public chicken > (package > (name "chicken") > - (version "5.3.0") > + (version "5.4.0") > (source (origin > (method url-fetch) > (uri (string-append "https://code.call-cc.org/releases/" > version "/chicken-" version ".tar.gz")) > (sha256 > (base32 > - "0xhdvcdwlv9vbhxh7k0fzd32ybhc7fn83y9fj48dhzp1z7c9kbf3")))) > + "0pzcrnzkjw2sa44vy59wbygvlc3nva8zisprkdnvyrqi3jk4lp9w")))) > (build-system gnu-build-system) > (arguments > `(#:modules ((guix build gnu-build-system) on apply this patch, chicken-compile-file build fail, can you check it? starting phase `build' Error: extension or version not found: "compile-file" fetching compile-file TCP connect timeout TCP connect timeout error: in phase 'build': uncaught exception: %exception #<&invoke-error program: "chicken-install" arguments: ("-cached" "-no-install" "compile-file") exit-status: 70 term-signal: #f stop-signal: #f> phase `build' failed after 0.0 seconds command "chicken-install" "-cached" "-no-install" "compile-file" failed with status 70 build process 18 exited with status 256