guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: import: cpan: Updater returns a list of URLs.


From: Ludovic Courtès
Subject: 01/01: import: cpan: Updater returns a list of URLs.
Date: Mon, 24 Jul 2017 11:39:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e956ae16a4c676cd8787b7f246350426522f87cf
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 24 17:35:26 2017 +0200

    import: cpan: Updater returns a list of URLs.
    
    * guix/import/cpan.scm (latest-release): Return a list in the 'urls'
    field of 'upstream-source'.
---
 guix/import/cpan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index a41f918..9ee69e5 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -296,7 +296,7 @@ META."
        (upstream-source
         (package (package-name package))
         (version version)
-        (urls url))))))
+        (urls (list url)))))))
 
 (define %cpan-updater
   (upstream-updater



reply via email to

[Prev in Thread] Current Thread [Next in Thread]