mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 03:53:56 +00:00
python310Packages.prompt-toolkit: 3.0.37 -> 3.0.38
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.38/CHANGELOG
This commit is contained in:
parent
3f556b1401
commit
a670d1d0cf
@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "prompt-toolkit";
|
||||
version = "3.0.37";
|
||||
version = "3.0.38";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "prompt_toolkit";
|
||||
inherit version;
|
||||
sha256 = "sha256-1dc9S16xqSuohKiJYrFX9Jtx4GxDSLQX3WIrJc3TgAs=";
|
||||
hash = "sha256-I6xdUFOKmjjIveBf7LR9C0A+zQZihXqG+Ib3mFY9W5s=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -48,6 +48,7 @@ buildPythonPackage rec {
|
||||
with a nice interactive Python shell (called ptpython) built on top.
|
||||
'';
|
||||
homepage = "https://github.com/jonathanslenders/python-prompt-toolkit";
|
||||
changelog = "https://github.com/prompt-toolkit/python-prompt-toolkit/blob/${version}/CHANGELOG";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user