[cpan2nix] perlPackages.TermShell: 0.10 -> 0.11
This commit is contained in:
parent
81e4f5ec62
commit
f527f9c629
@ -16293,10 +16293,10 @@ let
|
||||
|
||||
TermShell = buildPerlModule {
|
||||
pname = "Term-Shell";
|
||||
version = "0.10";
|
||||
version = "0.11";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Term-Shell-0.10.tar.gz;
|
||||
sha256 = "7d1f824c2db22769b60000b5b9ca2ad469c154939f9ec1cd3f0e06e9c967dda3";
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Term-Shell-0.11.tar.gz;
|
||||
sha256 = "7a142361f22f2e5fae9d6e39353663e8bdfa6118d1aee82204bd9083ddb04154";
|
||||
};
|
||||
propagatedBuildInputs = [ TermReadKey TextAutoformat ];
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user