perlPackages.XMLNamespaceSupport: update from 1.09 to 1.11
This commit is contained in:
parent
5789357f36
commit
8626dc7d49
1 changed files with 3 additions and 3 deletions
|
@ -9489,10 +9489,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
XMLNamespaceSupport = buildPerlPackage {
|
||||
name = "XML-NamespaceSupport-1.09";
|
||||
name = "XML-NamespaceSupport-1.11";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RB/RBERJON/XML-NamespaceSupport-1.09.tar.gz;
|
||||
sha256 = "0ny2i4pf6j8ggfj1x02rm5zm9a37hfalgx9w9kxnk69xsixfwb51";
|
||||
url = mirror://cpan/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.11.tar.gz;
|
||||
sha256 = "1sklgcldl3w6gn706vx1cgz6pm4y5lfgsjxnfqyk20pilgq530bd";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue