On 2024-04-19, vagrant@reproducible-builds.org wrote: > From: Vagrant Cascadian Oops. That should have been vagrant@reproducible-builds.org ... > * gnu/packages/diffoscope.scm (diffoscope): Update to 265. > [source]: Use commit instead of tag, as tag does not exist yet. ... > (uri (git-reference > (url "https://salsa.debian.org/reproducible-builds/diffoscope.git") > - (commit version))) > + ;; No tag yet... > + (commit "0be25cce2974851d697578ed208a0ff2c1556ff3"))) > (file-name (git-file-name name version)) Hopefully a tag will be made available soon, but until then, I figured it would be nice to get it building on the build farm to test, at least. This can obviously be squashed into the commit with version 264 when actually pushing. live well, vagrant