Hello, On Tue, Jun 14, 2016 at 06:48:22PM -0300, d4n1 wrote: > OK. I'll rebuild packages and send a complete patch. > > (uri (string-append > > + "https://pypi.python.org/packages/source/q/qrcode/ > qrcode-"
should this not be something along the lines of (uri (pypi-uri "responses" version)) of which there are lots of examples in python.scm? Andreas