Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]: > +(define-public clojure-http-kit > +  (package > +    (name "clojure-http-kit") > +    (version "2.5.3") > +    (home-page "https://github.com/http-kit/http-kit") > +    (source (origin > +              (method git-fetch) > +              (uri (git-reference > +                    (url home-page) As mentioned for a different package, home-page and the git-reference URL are considered independent even if sometimes they coincide. > +                    (commit (string-append "v" version)))) > +              (file-name (git-file-name name version)) > +              (sha256 > +               (base32 > +                "19m3j5ad4q7ywl0nd39vs0wha4md8fb846ykz0anv31rvdzv5yv3")))) Aside from the ssl_keystore thing, I see nothing ‘suspicious’ and the hash checks out. Greetings, Maxime.