Hi While nothing is working right now (mumi and patchwork) I'm about to pull v3 patches like this: --8<---------------cut here---------------start------------->8--- seq 1 79 | while read -r i; do curl https://issues.guix.gnu.org/issue/76835/raw/$i -o $i & done grep -ow "PATCH.v3..." -r . | sed -e 's/PATCH//' -e 's/v3 /v3-0/' -e 's/: / /' | while read -r of nf; do cp $of $nf; done --8<---------------cut here---------------end--------------->8--- -- Oleg