Skip to content

Commit

Permalink
perl-Moo: 2.003000 -> 2.003003
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Nov 18, 2017
1 parent c1dd363 commit f70c14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -9172,10 +9172,10 @@ let self = _self // overrides; _self = with self; {
};

Moo = buildPerlPackage rec {
name = "Moo-2.003000";
name = "Moo-2.003003";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
sha256 = "ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2";
sha256 = "6d858dcb376186533cfb63e45963d0464ac12832cc06fc6ed8ae796bdd8d5504";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ ClassMethodModifiers DevelGlobalDestruction ModuleRuntime RoleTiny SubQuote ];
Expand Down

0 comments on commit f70c14f

Please sign in to comment.