import: cpan: Updater returns a list of URLs.

* guix/import/cpan.scm (latest-release): Return a list in the 'urls'
field of 'upstream-source'.
master
Ludovic Courtès 2017-07-24 17:35:26 +02:00
parent c022e11187
commit e956ae16a4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ META."
(upstream-source
(package (package-name package))
(version version)
(urls url))))))
(urls (list url)))))))
(define %cpan-updater
(upstream-updater