mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-xml-parser: Fix URL.
* gnu/packages/xml.scm (perl-xml-parser): Fix URL.
This commit is contained in:
parent
3f5a932eea
commit
3ee5a7d86a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ (define-public perl-xml-parser
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/M/MS/MSERGEANT/XML-Parser-"
|
||||
"mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue