mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.RpcXML: update from 0.73 to 0.78
This commit is contained in:
parent
36e00c99bc
commit
290b3b42c8
1 changed files with 3 additions and 3 deletions
|
@ -7120,10 +7120,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
RpcXML = buildPerlPackage {
|
||||
name = "RPC-XML-0.73";
|
||||
name = "RPC-XML-0.78";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJRAY/RPC-XML-0.73.tar.gz;
|
||||
sha256 = "a023649603240e7a19fc52a8316a41c854639c0600058ea4d1e436fe1b1b7734";
|
||||
url = mirror://cpan/authors/id/R/RJ/RJRAY/RPC-XML-0.78.tar.gz;
|
||||
sha256 = "0spci3sj2hq9k916sk9k2gchqrbnz9lwmlcnwf1k33wzl8j2gh52";
|
||||
};
|
||||
propagatedBuildInputs = [LWP XMLLibXML XMLParser];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue