mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
[cpan2nix] perlPackages.grepmail: 5.3104 -> 5.3105
This commit is contained in:
parent
c51b582583
commit
292340b7fd
@ -6663,12 +6663,12 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
grepmail = buildPerlPackage rec {
|
||||
name = "grepmail-5.3104";
|
||||
name = "grepmail-5.3105";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
|
||||
sha256 = "7969e569ec54b2f569a5af56ac4d884c630ad850974658219b0b6953e97b5d3d";
|
||||
sha256 = "c74fb7a0cd4549d98c78395c2485b00788ca655109358ca0ec550ea71588a5d4";
|
||||
};
|
||||
buildInputs = [ FileSlurp URI ];
|
||||
buildInputs = [ FileSlurp TestCompile URI ];
|
||||
propagatedBuildInputs = [ MailMboxMessageParser TimeDate ];
|
||||
outputs = [ "out" ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user