mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
('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…
Add table
Add a link
Reference in a new issue