Attila Lendvai schreef op do 03-03-2022 om 15:19 [+0100]: >      (source >       (origin > -       (method url-fetch) > -       (uri (pypi-uri "python-daemon" version)) > +       (method git-fetch) > +       (uri (git-reference > +             (url "https://pagure.io/python-daemon.git") > +             (commit (string-append "release/" version)))) > +       (file-name (git-file-name name version)) >         (sha256 > -        (base32 > -         "1bxfn2bq56sd4w0nm9mqy8y0905m7fc8vmhnjxlrf49vcbqr7adx")))) > +        (base32 "1ysynb1m9vsww2nmhcypkk08xwifc3gw5yq10h1a1i11yn27w4y6")))) I'm not opposed to building things from version control more often (it makes things like "--with-commit" work more often). However, this seems more a change to discuss at guix-devel@. Also, how does this address the test failure? The pypi and git are at the same version. Did upstream adjust the 'release/2.3.0' tag in place or something? Greetings, Maxime.