[cpan2nix] perlPackages.PlackMiddlewareRemoveRedundantBody: 0.05 -> 0.07
This commit is contained in:
parent
4d9bb43f62
commit
4a5d7fd38b
@ -11855,12 +11855,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PlackMiddlewareRemoveRedundantBody = buildPerlPackage {
|
PlackMiddlewareRemoveRedundantBody = buildPerlPackage {
|
||||||
name = "Plack-Middleware-RemoveRedundantBody-0.05";
|
name = "Plack-Middleware-RemoveRedundantBody-0.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SW/SWEETKID/Plack-Middleware-RemoveRedundantBody-0.05.tar.gz;
|
url = mirror://cpan/authors/id/S/SW/SWEETKID/Plack-Middleware-RemoveRedundantBody-0.07.tar.gz;
|
||||||
sha256 = "a0676e1c792bea7f25f1d901bee59054d35012d5ea8cd42529d336143fa87cd8";
|
sha256 = "64b841d5d74b4c4a595b85749d69297f4f5f5c0829a6e99e0099f05dd69be3c3";
|
||||||
};
|
};
|
||||||
buildInputs = [ HTTPMessage Plack ];
|
|
||||||
propagatedBuildInputs = [ Plack ];
|
propagatedBuildInputs = [ Plack ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/Sweet-kid/Plack-Middleware-RemoveRedundantBody;
|
homepage = https://github.com/Sweet-kid/Plack-Middleware-RemoveRedundantBody;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user