mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ (define simple-table
|
|||
('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)))))
|
||||
|
|
Loading…
Reference in a new issue