perlPackages.PackageStash: Revert "update from 0.34 to 0.36"

This reverts commit 5adbf4d447. The update broke
the test suite of perl-Moose [1], which is required by Hydra.

[1] http://hydra.nixos.org/build/10268974
This commit is contained in:
Peter Simons 2014-04-11 15:21:38 +02:00
parent d87ae02fc1
commit 2396e9d036

View File

@ -6488,10 +6488,10 @@ let self = _self // overrides; _self = with self; {
};
PackageStash = buildPerlPackage {
name = "Package-Stash-0.36";
name = "Package-Stash-0.34";
src = fetchurl {
url = mirror://cpan/authors/id/D/DO/DOY/Package-Stash-0.36.tar.gz;
sha256 = "1wbkdkm5gp5cpp84kr9cbbsrg0v908kxrcg4k86mx8ypgj6g8750";
url = mirror://cpan/authors/id/D/DO/DOY/Package-Stash-0.34.tar.gz;
sha256 = "1674zs96ndq3czs6v8xkdqqz4fnka0i2835nnns9zbw2q01yirj6";
};
buildInputs = [ DistCheckConflicts TestFatal TestRequires ];
propagatedBuildInputs = [ DistCheckConflicts ModuleImplementation PackageDeprecationManager ];