[cpan2nix] perlPackages.FileFindObjectRule: 0.0310 -> 0.0311
This commit is contained in:
parent
bae54b08d7
commit
67d222ca0f
1 changed files with 3 additions and 3 deletions
|
@ -6741,10 +6741,10 @@ let
|
|||
|
||||
FileFindObjectRule = buildPerlModule {
|
||||
pname = "File-Find-Object-Rule";
|
||||
version = "0.0310";
|
||||
version = "0.0311";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-Rule-0.0310.tar.gz;
|
||||
sha256 = "f1f1820ff44042f6b30e4d6be1db860b9e743b1a9836070ea656ad9829e4eca5";
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-Rule-0.0311.tar.gz;
|
||||
sha256 = "038a92e4380920448d5627ec98fc9990dbc3223eb93bb554c9b09eef4a735f3e";
|
||||
};
|
||||
propagatedBuildInputs = [ FileFindObject NumberCompare TextGlob ];
|
||||
# restore t/sample-data which is corrupted by patching shebangs
|
||||
|
|
Loading…
Reference in a new issue