[cpan2nix] perlPackages.PackageStashXS: 0.28 -> 0.29
This commit is contained in:
parent
4570e01413
commit
ba108ec2d4
1 changed files with 3 additions and 3 deletions
|
@ -11748,10 +11748,10 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
PackageStashXS = buildPerlPackage {
|
PackageStashXS = buildPerlPackage {
|
||||||
name = "Package-Stash-XS-0.28";
|
name = "Package-Stash-XS-0.29";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DO/DOY/Package-Stash-XS-0.28.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Package-Stash-XS-0.29.tar.gz;
|
||||||
sha256 = "11nl69n8i56p91pd0ia44ip0vpv2cxwpbfakrv01vvv8az1cbn13";
|
sha256 = "1akqk10qxwk798qppajqbczwmhy4cs9g0lg961m3vq218slnnryk";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal TestRequires ];
|
buildInputs = [ TestFatal TestRequires ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue