Artyom V. Poptsov schreef op ma 10-01-2022 om 00:37 [+0300]: >                (method url-fetch) > -              (uri (string-append > "https://bitbucket.org/asomov/snakeyaml/get/v" > +              (uri (string-append > "https://bitbucket.org/snakeyaml/snakeyaml/get/v" >                                    version ".tar.gz")) >                (file-name (string-append name "-" version ".tar.gz")) I compared the result of "guix build --source java-snakeyaml" before this change with "guix download https://bitbucket.org/snakeyaml/snakeyaml/get/v1.18.tar.gz". There are some small differences in the tarball: │ │┄ Files identical despite different names │ │ --- asomov-snakeyaml- 97aa6dd6be26/src/test/resources/recursive/with-children-as-set.yaml │ ├── +++ snakeyaml-snakeyaml- 97aa6dd6be26/src/test/resources/recursive/with-children-as-set.yaml So it seems like these tarballs are autogenerated. Seems like we need to switch to git-fetch, and investigate other tarballs from bitbucket.org as well?