* guix/upstream.scm (package-update): Use a url from the list when the find2 procedure doesn't find a url sig-url pair. --- guix/upstream.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/upstream.scm b/guix/upstream.scm index 1815737..ac3f72f 100644 --- a/guix/upstream.scm +++ b/guix/upstream.scm @@ -194,7 +194,7 @@ and 'interactive' (default)." (string-suffix? archive-type url)) urls (or signature-urls (circular-list #f))))) - (let ((tarball (download-tarball store url signature-url + (let ((tarball (download-tarball store (if url url (car urls)) signature-url #:key-download key-download))) (values version tarball)))) (#f -- 2.9.0