mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.WWWMechanize: update from 1.72 to 1.73
This commit is contained in:
parent
c0048552ff
commit
81f0e185f0
1 changed files with 3 additions and 3 deletions
|
@ -9367,10 +9367,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
WWWMechanize = buildPerlPackage {
|
||||
name = "WWW-Mechanize-1.72";
|
||||
name = "WWW-Mechanize-1.73";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JE/JESSE/WWW-Mechanize-1.72.tar.gz;
|
||||
sha256 = "0vs3p2697675bswjayfmm37lg3xsxm94z1mif18s732kwvnpg6m6";
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/WWW-Mechanize-1.73.tar.gz;
|
||||
sha256 = "1zrw8aadhwy48q51x2z2rqlkwf17bya4j4h3hy89mw783j96rmg9";
|
||||
};
|
||||
propagatedBuildInputs = [ HTMLForm HTMLParser HTMLTree HTTPDaemon HTTPMessage HTTPServerSimple LWP LWPUserAgent TestWarn URI ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue