mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libwww-perl-5.818 -> 5.819
svn path=/nixpkgs/trunk/; revision=13124
This commit is contained in:
parent
232d0afe8e
commit
6e9ab10616
1 changed files with 3 additions and 3 deletions
|
@ -4800,10 +4800,10 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
perlLWP = import ../development/perl-modules/generic perl {
|
perlLWP = import ../development/perl-modules/generic perl {
|
||||||
name = "libwww-perl-5.818";
|
name = "libwww-perl-5.819";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/G/GA/GAAS/libwww-perl-5.818.tar.gz;
|
url = mirror://cpan/authors/id/G/GA/GAAS/libwww-perl-5.819.tar.gz;
|
||||||
sha256 = "0ciscfrldsgk7qxwdhvcdjrzpghz35i4w004rkhpkkbjqbyqyivc";
|
sha256 = "6bc03e9e88213add8436fed020509a7126c6b79c330c3c115cb696fa3b5373ae";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [perlURI perlHTMLParser perlHTMLTagset];
|
propagatedBuildInputs = [perlURI perlHTMLParser perlHTMLTagset];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue