Hi Jovany, "Jovany Leandro G.C" skribis: > * gnu/packages/telephony.scm (twinkle): update to 1.10.2 > * gnu/packages/patches/twinkle-include-qregexpvalidator.patch: Delete > it. > * gnu/local.mk (dist_patch_DATA): Remove patch. [...] > (define-public twinkle > - (let ((commit "02e1d1538af3337134bd7381dcd95f8d7775b30f") > + (let ((commit "f01694469e873e4d3ef61ed1f9afd19135fafa69") > (revision "1")) > (package > (name "twinkle") > - (version (git-version "1.10.1" revision commit)) > + (version (git-version "1.10.2" revision commit)) I removed the commit to instead use the “v1.10.2”, to make it clear that we’re targeting the 1.10.2 release and not a snapshot that came after. Applied, thanks! Ludo’.