tests: cran: Use cran-uri in expected output. * tests/cran.scm: Expect output to use "cran-uri" procedure.
1 files changed, 1 insertions(+), 2 deletions(-) M tests/cran.scm
M tests/cran.scm => tests/cran.scm +1 -2
@@ 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)))))