[cpan2nix] perlPackages.librelative: 0.002 -> 1.000
This commit is contained in:
parent
36dcc78633
commit
8cf67fa69a
@ -8249,10 +8249,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
librelative = buildPerlPackage rec {
|
librelative = buildPerlPackage rec {
|
||||||
name = "lib-relative-0.002";
|
name = "lib-relative-1.000";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DB/DBOOK/lib-relative-0.002.tar.gz;
|
url = mirror://cpan/authors/id/D/DB/DBOOK/lib-relative-1.000.tar.gz;
|
||||||
sha256 = "1i51qa22lgm1gpakn1vy4sf574fsmz141dx90i6pq84w9hc9xbry";
|
sha256 = "1mvcdl87d3kyrdx4y6x79k3n5qdd1x5m1hp8lwjxvgfqbw0cgq6z";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Add paths relative to the current file to @INC";
|
description = "Add paths relative to the current file to @INC";
|
||||||
|
Loading…
Reference in New Issue
Block a user