diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-31 12:39:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-31 12:39:25 +0200 |
commit | 3ee5a7d86a5497ef444533df8763f41e24f9bf61 (patch) | |
tree | 89452dbdc68dffa27501b8f0078078dac096a389 /gnu/packages | |
parent | 3f5a932eeaa8111b841de64b742b1cc408f2419a (diff) | |
download | guix-3ee5a7d86a5497ef444533df8763f41e24f9bf61.tar.gz guix-3ee5a7d86a5497ef444533df8763f41e24f9bf61.zip |
gnu: perl-xml-parser: Fix URL.
* gnu/packages/xml.scm (perl-xml-parser): Fix URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b3c5f7d512..b5c40bef98 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -99,7 +99,7 @@ based on libxml for XML parsing, tree manipulation and XPath support.") (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 |