gnu: perl-json-any: Fix typo in source uri scheme.
* gnu/packages/perl.scm (perl-json-any)[source]: Fix typo.
This commit is contained in:
parent
9ca3323608
commit
6f428fda0a
1 changed files with 1 additions and 1 deletions
|
@ -2572,7 +2572,7 @@ (define-public perl-json-any
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirros://cpan/authors/id/E/ET/ETHER/"
|
||||
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
||||
"JSON-Any-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue