[cpan2nix] perlPackages.DigestMD5: removed built-in
This commit is contained in:
parent
5342617b49
commit
53fb0d493d
@ -4444,17 +4444,7 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
DigestMD5 = buildPerlPackage {
|
||||
name = "Digest-MD5-2.55";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/G/GA/GAAS/Digest-MD5-2.55.tar.gz;
|
||||
sha256 = "03b198a2d14425d951e5e50a885d3818c3162c8fe4c21e18d7798a9a179d0e3c";
|
||||
};
|
||||
meta = {
|
||||
description = "Perl interface to the MD-5 algorithm";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
DigestMD5 = null; # part of Perl 5.26
|
||||
|
||||
DigestMD5File = buildPerlPackage {
|
||||
name = "Digest-MD5-File-0.08";
|
||||
|
Loading…
Reference in New Issue
Block a user