~ruther/guix-local

a77adfe022378fe3364d0d742203bac45746a4b9 — Ricardo Wurmus 10 years ago 9462882
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)))))