Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]: > +(define-public clojure-com-cognitect-http-client > +  (package > +    (name "clojure-com-cognitect-aws-api") > + (uri (string-append "https://repo1.maven.org/maven2/" > + "com/cognitect/http-client/" The variable name, package name and URI are inconsistent. They should all be http-client, not aws-api, I think? Greetings, Maxime