tests: cran: Use cran-uri in expected output.
* tests/cran.scm: Expect output to use "cran-uri" procedure.
This commit is contained in:
parent
9462882889
commit
a77adfe022
@ -149,8 +149,7 @@
|
|||||||
('version "1.2.3")
|
('version "1.2.3")
|
||||||
('source ('origin
|
('source ('origin
|
||||||
('method 'url-fetch)
|
('method 'url-fetch)
|
||||||
('uri ('string-append "mirror://cran/src/contrib/my-example-sxml_"
|
('uri ('cran-uri "my-example-sxml" 'version))
|
||||||
'version ".tar.gz"))
|
|
||||||
('sha256
|
('sha256
|
||||||
('base32
|
('base32
|
||||||
(? string? hash)))))
|
(? string? hash)))))
|
||||||
|
Loading…
Reference in New Issue
Block a user