pythonPackages.prompt_toolkit: 1.0.2 -> 1.0.3
This commit is contained in:
parent
9b8958bc78
commit
33c6da91c7
1 changed files with 2 additions and 2 deletions
|
@ -16817,10 +16817,10 @@ in modules // {
|
|||
|
||||
prompt_toolkit = buildPythonPackage rec {
|
||||
name = "prompt_toolkit-${version}";
|
||||
version = "1.0.2";
|
||||
version = "1.0.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
sha256 = "00cc0lr8hj3pgn2jy9z7b4hrrfj53axa8yfbyds86xqbsvw0w3jj";
|
||||
sha256 = "18lbmmkyjf509klc3217lq0x863pfzix779zx5kp9lms1iph4pl0";
|
||||
url = "mirror://pypi/p/prompt_toolkit/${name}.tar.gz";
|
||||
};
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue