Hi, Tanguy Le Carrour writes: > * gnu/packages/python-web.scm (python-slugify): Update to 4.0.1. [source] Drop patch. > * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Remove useless patch. > --- > .../python-slugify-depend-on-unidecode.patch | 22 ------------------- This patch should be also removed from gnu/local.mk file: --8<---------------cut here---------------start------------->8--- $ make make all-recursive make[1]: Entering directory '/home/oleg/src/guix-master' Making all in po/guix make[2]: Entering directory '/home/oleg/src/guix-master/po/guix' make[2]: Leaving directory '/home/oleg/src/guix-master/po/guix' Making all in po/packages make[2]: Entering directory '/home/oleg/src/guix-master/po/packages' make[2]: Leaving directory '/home/oleg/src/guix-master/po/packages' make[2]: Entering directory '/home/oleg/src/guix-master' Compiling Scheme modules... make[2]: *** No rule to make target 'gnu/packages/patches/python-slugify-depend-on-unidecode.patch', needed by 'all-am'. Stop. ... make[2]: Leaving directory '/home/oleg/src/guix-master' make[1]: *** [Makefile:5048: all-recursive] Error 1 make[1]: Leaving directory '/home/oleg/src/guix-master' make: *** [Makefile:3487: all] Error 2 $ grep -RF python-slugify-depend-on-unidecode.patch . ./gnu/local.mk: %D%/packages/patches/python-slugify-depend-on-unidecode.patch \ ... --8<---------------cut here---------------end--------------->8--- […] Otherwise LGTM. Could you send updated patch, please? Thanks, Oleg.