perl-Digest-CRC: 0.18 -> 0.21
This commit is contained in:
parent
dec493ad75
commit
b57c63014d
@ -3839,10 +3839,11 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DigestCRC = buildPerlPackage rec {
|
||||
name = "Digest-CRC-0.18";
|
||||
name = "Digest-CRC-0.21";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/O/OL/OLIMAUL/${name}.tar.gz";
|
||||
sha256 = "5c5329f37c46eb79835169508583da8767d9839350b69bb2b48ac6f594f70374";
|
||||
sha256 = "79a0ef8081767c324edb9da39f80835910ed7c5b0539ed106caf7f2467d1958f";
|
||||
};
|
||||
meta = {
|
||||
description = "Module that calculates CRC sums of all sorts";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
|
Loading…
Reference in New Issue
Block a user