tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
TimeDurationParse: 0.06 -> 0.12
Pascal Wittmann
10 years ago
5c8ed93e
93109684
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
perl-packages.nix
+4
-4
pkgs/top-level/perl-packages.nix
···
11653
11653
};
11654
11654
};
11655
11655
11656
11656
-
TimeDurationParse = buildPerlPackage {
11657
11657
-
name = "Time-Duration-Parse-0.06";
11656
11656
+
TimeDurationParse = buildPerlPackage rec {
11657
11657
+
name = "Time-Duration-Parse-0.12";
11658
11658
src = fetchurl {
11659
11659
-
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Time-Duration-Parse-0.06.tar.gz;
11660
11660
-
sha256 = "e88f0e1c322b477ec98fb295324bc78657ce25aa53cb353656f01241ea7fe4db";
11659
11659
+
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
11660
11660
+
sha256 = "0yxfxw7fxs19nncpv54nqh21ak2cmvpz7ks8d9v4lz3mbq6q0q9s";
11661
11661
};
11662
11662
buildInputs = [ TimeDuration ];
11663
11663
propagatedBuildInputs = [ ExporterLite ];