Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]: > +(define-public clojure-core-cache > +  (package > +    (name "clojure-core-cache") > +    (version "1.0.225") > +    (home-page "https://github.com/clojure/core.cache") > +    (source (origin > +              (method git-fetch) > +              (uri (git-reference > +                    (url home-page) > +                    (commit (string-append "v" version)))) > +              (file-name (git-file-name name version)) > +              (sha256 > +               (base32 > +                "1dr1ply7ffdbd6bv4gygzmc0wx3q7zwzaaa1p93s28jkfp28276l")))) There does not appear to be anything 'suspicious' in the source code and the hash checks out. Greetings, Maxime.