mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.MooseXNonMoose: update from 0.22 to 0.26
This commit is contained in:
parent
82457b53b4
commit
6678e8e1a3
1 changed files with 3 additions and 3 deletions
|
@ -5710,10 +5710,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
MooseXNonMoose = buildPerlPackage {
|
||||
name = "MooseX-NonMoose-0.22";
|
||||
name = "MooseX-NonMoose-0.26";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DO/DOY/MooseX-NonMoose-0.22.tar.gz;
|
||||
sha256 = "0mhyabg5f6kngkm1w7hfglkdzjdn5pbgm7vgia0aqy9mwwclbpdp";
|
||||
url = mirror://cpan/authors/id/D/DO/DOY/MooseX-NonMoose-0.26.tar.gz;
|
||||
sha256 = "0zdaiphc45s5xj0ax5mkijf5d8v6w6yccb3zplgj6f30y7n55gnb";
|
||||
};
|
||||
buildInputs = [ TestFatal ];
|
||||
propagatedBuildInputs = [ ListMoreUtils Moose ];
|
||||
|
|
Loading…
Reference in a new issue