tests: cran: Use cran-uri in expected output.

* tests/cran.scm: Expect output to use "cran-uri" procedure.
This commit is contained in:
Ricardo Wurmus 2015-09-24 12:04:30 +02:00
parent 9462882889
commit a77adfe022
1 changed files with 1 additions and 2 deletions

View File

@ -149,8 +149,7 @@
('version "1.2.3")
('source ('origin
('method 'url-fetch)
('uri ('string-append "mirror://cran/src/contrib/my-example-sxml_"
'version ".tar.gz"))
('uri ('cran-uri "my-example-sxml" 'version))
('sha256
('base32
(? string? hash)))))