The patch I sent in the previous email doesn't work. The clojure-tools's project structure changed a bit since 1.11.1.1165 from Sep 18, 2022 so that a simple version number update 1.11.1.1165 -> [latest-version] works only until 1.11.1.1200 from Nov 14, 2022. The first non-trivial change (,from Guix's POV) was made in the 1.11.1.1208 in https://github.com/clojure/brew-install/commit/efa6c91b799fc0bcdd7ff9fa94c162c6634fc056#diff-551f87f7577a57c2f4f74b35056d5c7985331f7a38976810fd2bbc213bfe7bb5 - org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"} + org.clojure/tools.deps {:mvn/version "0.16.1264"} Here the change-log entry "Use tools.deps 0.16.1264" https://clojure.org/releases/tools#v1.11.1.1208 oversimplifies the change, consisting of: 1. Change "library" to "cloned-library" (org.clojure/tools.deps.alpha -> org.clojure/tools.deps) 2. Adopt a different namespace structure of the "cloned-library" (tools.deps.alpha -> tools.deps) 3. Change version number (0.15.1254 -> 0.16.1264) Please ignore the patch from my previous email and pull this one instead. (It's just a simple update of clojure-tools 1.11.1.1165 -> 1.11.1.1200) Thx (and sorry)